From: Michael Andreen Date: Fri, 16 May 2003 14:44:17 +0000 (+0000) Subject: more added documentation X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=b3d872320a15a463a93e35b1f14023a5744e27da more added documentation --- diff --git a/MooTrackTitle.java b/MooTrackTitle.java index d5876c1..258e9d4 100644 --- a/MooTrackTitle.java +++ b/MooTrackTitle.java @@ -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