X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooNoteElement.java;h=40ab0a4fca2ec68e6ac58cc0ca231c749a6928b7;hp=b42bcb96e73f2a2b532ae28e72b02d79cfe3f248;hb=e51ef43d65b5f80706a8f3a470c04ef826641ee4;hpb=0b725c4c42febf15d408add069542f593289d668 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 } }