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

Ajout couleurs thèmes dans paramètres

parent f4ff850e
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ public class ShukanController
else if (e.getSource()==bar.buttons[8]){
EventQueue.invokeLater(() -> {
ShukanParameters myParameters = new ShukanParameters("Changer de thème", canvas);
ShukanParameters myParameters = new ShukanParameters("Changer de thème", canvas,student);
myParameters.setSize(300, 300);
myParameters.setVisible(true);
});
......
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