Merge branch 'master' of https://gitarero.ecam.fr/Java.Projets.Exemple/ExempleTMDB.git
This commit is contained in:
commit
8f44d15f3b
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
public class ClassePrincipale {
|
||||
|
||||
public void deuxFoisRien() {
|
||||
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
MaJFrame mjf =new MaJFrame();
|
||||
mjf.setVisible(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue