]> ruin.nu Git - moosique.git/blobdiff - To Do.txt
some restructuring..
[moosique.git] / To Do.txt
index a43a56091f8688a06886aca01e726fa8e86ab82d..73c80d98d9bf6b54dbd3d3ad5443d03e81114d5d 100644 (file)
--- a/To Do.txt
+++ b/To Do.txt
@@ -14,15 +14,18 @@ VIKTIGT! Implementera playfunktionens beteende. N
                Moosique.getGUI().update();
        }
 
-       i GUI:
-       Bör vara i MooView.. MooGUI bör bara ha en update som kör MooView's
-       updatefunktion.. 
+       i View:
 
        public void update() {
                // Calls on each track view to update itself.
                for (int i = 0; i < trackViews.length; i++) {
                        trackViews[i].update();
                }
+       }
+
+       i GUI:
+       public void update(){
+               view.update();
                // Calls on the toolbar to update the progress indicator.
                toolbar.updateProgInd();
        }