]> ruin.nu Git - moosique.git/commitdiff
more documentation
authorMichael Andreen <harv@ruin.nu>
Fri, 16 May 2003 15:26:15 +0000 (15:26 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 16 May 2003 15:26:15 +0000 (15:26 +0000)
MooToolbar.java

index a94aabdf8ef0138af880d5592a39c830c6fbd0fd..43027c5a7ddbb75cd4f2191c0f6d8484b261332a 100644 (file)
@@ -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){