]> ruin.nu Git - moosique.git/blobdiff - MooTrackView.java
some gui changes..
[moosique.git] / MooTrackView.java
index abf79cada0137b25a9d684b29c4efe2ebe1f4a07..4bce7b2fe41f7e44c160844e5c37be294a0ae7d4 100644 (file)
@@ -15,6 +15,12 @@ public class MooTrackView extends JPanel {
        private NoteArea notes;
        private Rectangle box;
        //private Rectangle box2;
+       //private JPanel notes;
+
+       private static final int PANEL_WIDTH = 65;
+       private static final int TITLE_HEIGHT = 45;
+       private static final int NOTEVIEW_HEIGHT = 200;
+       
        /** 
         * Creates 
         */
@@ -57,8 +63,4 @@ public class MooTrackView extends JPanel {
                        }
                }
        }
-
-       private static final int PANEL_WIDTH = 65;
-       private static final int TITLE_HEIGHT = 40;
-       private static final int NOTEVIEW_HEIGHT = 200;
 }