|
@@ -52,7 +52,7 @@ public class Controls extends JPanel implements Observer
|
|
|
{
|
|
|
this.model = model;
|
|
|
this.customlistener = new customListener();
|
|
|
- this.setBackground(Color.cyan);
|
|
|
+ this.setBackground(new Color(255, 75, 50));
|
|
|
this.setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
|
|
|
this.setPreferredSize(new Dimension(1280,75));
|
|
|
this.setMinimumSize(new Dimension(320, 75));
|