return to basic main function
This commit is contained in:
parent
e3081a2fb9
commit
c642476032
|
|
@ -17,8 +17,6 @@ public class Main {
|
||||||
// launches graphical interface :
|
// launches graphical interface :
|
||||||
MyInterface mjf = new MyInterface();
|
MyInterface mjf = new MyInterface();
|
||||||
mjf.setVisible(true);
|
mjf.setVisible(true);
|
||||||
|
|
||||||
System.out.println("VErsion 1.0");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue