From dde6cdc1cafb0b12f35ede285e27b0c2f68106b0 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 16 May 2003 15:26:15 +0000 Subject: [PATCH] more documentation --- MooToolbar.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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){ -- 2.39.2