Browse Source

purple not built in :(

tarfeef101 6 years ago
parent
commit
b5d7cdb5f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assignments/a2/src/main/java/Controls.java

+ 1 - 1
assignments/a2/src/main/java/Controls.java

@@ -19,7 +19,7 @@ public class Controls extends JPanel implements Observer
   
   public void updateColour()
   {
-    this.setBackground(Color.PURPLE);
+    this.setBackground(Color.RED);
     this.update(model);
   }