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

Mise à jour correction bug

parent 9a16a278
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class Shukan
JPanel global = new JPanel(new BorderLayout());
ShukanView canvas = new ShukanView (data, io);
ShukanViewBar mytoolbar = new ShukanViewBar(90);
ShukanStudent student = new ShukanStudent(data, io,60);
ShukanStudent student = new ShukanStudent(data,60);
// Getting the display size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment