This commit is contained in:
2024-03-04 15:06:25 +01:00
parent 4044ba1bcd
commit c367c35d94
9 changed files with 88 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ public class exo4 {
JFrame fenetre = new JFrame();
// on configure la fenetre
fenetre.setSize(1200, 1000);
fenetre.setPreferredSize(1200, 1000);
fenetre.setLocation(100, 100);
fenetre.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);