Implement start

This commit is contained in:
Yorick
2015-02-26 12:36:46 +00:00
parent e0b9c991c8
commit e8490956dd
5 changed files with 477 additions and 0 deletions
+3
View File
@@ -75,6 +75,9 @@ public class Window extends JFrame {
Panel art_staPanel = new PanelArtSta(this);
panels.put("art_sta", art_staPanel);
Panel timeline = new TimelinePanel();
panels.put("timeline", timeline);
//Main Panels
JPanel mainPanel = new JPanel(new BorderLayout());
centerPanel = new JPanel(new BorderLayout());