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

Mise à jour ajout thèmes

parent 82d44913
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,11 @@ class ShukanParameters extends JFrame {
/** view of the app */
private ShukanView canvas;
/** Color background, text, hollydays*/
private Color BACK_COLOR, BACK_COLOR2, TEXT_COLOR, HOLLY_COLOR, INACTIVE_COLOR;
private Color BACK_COLOR, BACK_COLOR2, TEXT_COLOR, HOLLY_COLOR, INACTIVE_COLOR;
/** Number of modules to display */
private int nbModules = STD_MODULES_NUMBER;
/** Standard number of modules */
private final static int STD_MODULES_NUMBER = 14;
/** built a parameter window */
public ShukanParameters(String titre, ShukanView canvas) {
......
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