X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=MooTrackTitle.java;h=258e9d45deda3e58cbb44fb9fa0a88ae90fd25e8;hb=b3d872320a15a463a93e35b1f14023a5744e27da;hp=d5876c1485718a34f6ae3ef940152182d5f2974c;hpb=6f345a1ba4d0a66dcc4c10558fe28ba50c8d33e5;p=moosique.git 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