]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
more added documentation
[moosique.git] / 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