Skip to content
Snippets Groups Projects
Commit 21b1347b authored by CHEVALIER Noemy's avatar CHEVALIER Noemy
Browse files

Mise à jour

parent 007969ee
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ public class Shukan ...@@ -77,7 +77,7 @@ public class Shukan
// Setting the window geometry // Setting the window geometry
global.add(mytoolbar, BorderLayout.NORTH); global.add(mytoolbar, BorderLayout.NORTH);
global.add (canvas, BorderLayout.CENTER); global.add (canvas, BorderLayout.CENTER);
global.add(student, BorderLayout.SOUTH) global.add(student, BorderLayout.SOUTH);
frame.add(global); frame.add(global);
Insets ins = frame.getInsets (); Insets ins = frame.getInsets ();
frame.setSize (canvas.displayWidth () + ins.left + ins.right, frame.setSize (canvas.displayWidth () + ins.left + ins.right,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment