X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNoteElement.java;h=40ab0a4fca2ec68e6ac58cc0ca231c749a6928b7;hb=e51ef43d65b5f80706a8f3a470c04ef826641ee4;hp=b42bcb96e73f2a2b532ae28e72b02d79cfe3f248;hpb=d7666fadd2f8baca8a03cacae836f2563fe4dd5d;p=moosique.git diff --git a/MooNoteElement.java b/MooNoteElement.java index b42bcb9..40ab0a4 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -42,7 +42,7 @@ public class MooNoteElement extends JPanel{ } - /*** + /** * */ public void paintComponent(Graphics g) @@ -53,7 +53,6 @@ public class MooNoteElement extends JPanel{ return; Graphics2D g2 = (Graphics2D)g; - //Draw the note representation } }