|
@@ -20,9 +20,9 @@ public class Main
|
|
mainpanel.add(menubar, BorderLayout.PAGE_START);
|
|
mainpanel.add(menubar, BorderLayout.PAGE_START);
|
|
mainpanel.add(sidepane, BorderLayout.LINE_START);
|
|
mainpanel.add(sidepane, BorderLayout.LINE_START);
|
|
mainpanel.add(controls, BorderLayout.PAGE_END);
|
|
mainpanel.add(controls, BorderLayout.PAGE_END);
|
|
- menubar.updateColour();
|
|
|
|
- sidepane.updateColour();
|
|
|
|
- controls.updateColour();
|
|
|
|
|
|
+ model.setMenuColour(green);
|
|
|
|
+ model.setSideColour(cyan);
|
|
|
|
+ model.setControlColour(red);
|
|
|
|
|
|
// Setup the frame to do frame things
|
|
// Setup the frame to do frame things
|
|
window.setPreferredSize(new Dimension(300,300));
|
|
window.setPreferredSize(new Dimension(300,300));
|