X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooToolbar.java;h=43027c5a7ddbb75cd4f2191c0f6d8484b261332a;hp=a94aabdf8ef0138af880d5592a39c830c6fbd0fd;hb=dde6cdc1cafb0b12f35ede285e27b0c2f68106b0;hpb=0de7064752a876bb045a6c4069a0891601cf275a diff --git a/MooToolbar.java b/MooToolbar.java index a94aabd..43027c5 100644 --- a/MooToolbar.java +++ b/MooToolbar.java @@ -100,7 +100,7 @@ public class MooToolbar extends JToolBar { ticksPerBeat = Moosique.getSequence().getResolution(); } - /* + /** * Creates a button with the specified image and tooltip. */ private JButton createButton(String imagelocation, String tooltip) { @@ -110,7 +110,7 @@ public class MooToolbar extends JToolBar { return button; } - /* + /** * Creates labels with the specified text and font size. */ private JLabel createLabel(String title, int fontSize){ @@ -119,7 +119,7 @@ public class MooToolbar extends JToolBar { return label; } - /* + /** * Formats the given label for the progress indicator. */ private JLabel formatProgInd(JLabel label){