MAJ V4.3.2
This commit is contained in:
parent
434cfa9011
commit
c3a114e21f
Binary file not shown.
@ -1,10 +1,8 @@
|
||||
package fenetres.create_act;
|
||||
|
||||
import java.awt.Desktop;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.InputEvent;
|
||||
import java.awt.event.KeyEvent;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.swing.AbstractAction;
|
||||
@ -29,7 +27,6 @@ public class actDocumentation extends AbstractAction{
|
||||
}
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Desktop d = Desktop.getDesktop();
|
||||
try {
|
||||
String url = "https://sites.google.com/view/analyseWriter";
|
||||
java.awt.Desktop.getDesktop().browse(java.net.URI.create(url));
|
||||
|
Loading…
Reference in New Issue
Block a user