From b3d872320a15a463a93e35b1f14023a5744e27da Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 16 May 2003 14:44:17 +0000 Subject: [PATCH] more added documentation --- MooTrackTitle.java | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2