]> ruin.nu Git - moosique.git/commitdiff
more added documentation
authorMichael Andreen <harv@ruin.nu>
Fri, 16 May 2003 14:44:17 +0000 (14:44 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 16 May 2003 14:44:17 +0000 (14:44 +0000)
MooTrackTitle.java

index d5876c1485718a34f6ae3ef940152182d5f2974c..258e9d45deda3e58cbb44fb9fa0a88ae90fd25e8 100644 (file)
@@ -27,6 +27,7 @@ public class MooTrackTitle extends JPanel {
 
        /** 
         * Creates the title bar.
+        * @param aTrack the track that this tracktitle is operating on.
         */
        public MooTrackTitle (Track aTrack) {
                setDoubleBuffered(true);
@@ -120,6 +121,9 @@ public class MooTrackTitle extends JPanel {
                add(checkboxes);
        }
 
+       /**
+        * Checks if the focus is lost.
+        */
        class TitleFocusListener extends FocusAdapter {
                public void focusLost(FocusEvent e) {
                        // Update the MidiEvent containing the title of this track