|
@@ -16,6 +16,7 @@ public class Main
|
|
|
window.getContentPane().add(mainpanel);
|
|
|
mainpanel.add(view, BorderLayout.CENTER);
|
|
|
mainpanel.add(menubar, BorderLayout.PAGE_START);
|
|
|
+ menubar.updateColour();
|
|
|
|
|
|
// Setup the frame to do frame things
|
|
|
window.setPreferredSize(new Dimension(300,300));
|