|
@@ -222,7 +222,7 @@ public class Controls extends JPanel implements Observer, Serializable
|
|
|
this.model = model;
|
|
|
this.customlistener = new customListener();
|
|
|
this.superlistener = new superListener();
|
|
|
- this.setBackground(new Color(255, 75, 50));
|
|
|
+ this.setBackground(Color.white);
|
|
|
this.setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
|
|
|
this.setPreferredSize(new Dimension(1280,75));
|
|
|
this.setMinimumSize(new Dimension(320, 75));
|
|
@@ -319,6 +319,7 @@ public class Controls extends JPanel implements Observer, Serializable
|
|
|
|
|
|
this.add(grid);
|
|
|
this.add(list);
|
|
|
+ this.add(new JLabel("Fotag!"));
|
|
|
this.add(star1);
|
|
|
this.add(star2);
|
|
|
this.add(star3);
|