wiritng in ain to say V1
This commit is contained in:
parent
d0981651c8
commit
e3081a2fb9
|
|
@ -17,6 +17,8 @@ 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