This commit is contained in:
Yorick
2015-02-26 23:58:50 +00:00
parent 18726278a5
commit 9c6b2b44e4
5 changed files with 164 additions and 63 deletions
+1
View File
@@ -173,6 +173,7 @@ public class Window extends JFrame {
public void componentResized(ComponentEvent e) {
TimelinePanel tempTimeLine = (TimelinePanel) timeline;
tempTimeLine.refresh();
// System.out.println("WINDOWS: " + tempframe.getWidth());
}
});
}