retour normal
This commit is contained in:
parent
1cede90d80
commit
a2a1d232f3
|
|
@ -1,19 +1,9 @@
|
||||||
|
|
||||||
public class ClassePrincipale {
|
public class ClassePrincipale {
|
||||||
|
|
||||||
public void rien() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
MaJFrame mjf =new MaJFrame();
|
MaJFrame mjf =new MaJFrame();
|
||||||
mjf.setVisible(true);
|
mjf.setVisible(true);
|
||||||
//modifications
|
|
||||||
//Modification par SAD
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void autreRien() {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue