X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooDialog.java;h=82305788c5220b897c4c1ca8e33db5ac0b3cd2d8;hp=4185d4c2d2f97317c32b31c19a77dc269118816a;hb=83c3edf41adc9a5ae904331bc230fc1536fdeeb4;hpb=e8ff555b11770392c98b881d317d3297305733d6 diff --git a/MooDialog.java b/MooDialog.java index 4185d4c..8230578 100644 --- a/MooDialog.java +++ b/MooDialog.java @@ -4,7 +4,7 @@ import java.awt.event.*; import javax.sound.midi.*; import java.beans.*; -/* +/** * The GUI-class representing the popupdialogs in the Track menu. * * @author Björn Lanneskog @@ -22,7 +22,7 @@ public class MooDialog extends JDialog { MOVE_TRACK = 4, JUMP = 5; - /* + /** * Constructor of the dialogs. */ public MooDialog(int type) { @@ -66,8 +66,8 @@ public class MooDialog extends JDialog { } } - /* - * Builds the add track popupdialog + /** + * Builds the add track popupdialog. */ private void makeAddDialog(Container pane, Track[] tracks) { @@ -101,8 +101,8 @@ public class MooDialog extends JDialog { setVisible(true); } - /* - * Builds the delete track popupdialog + /** + * Builds the delete track popupdialog. */ private void makeDelDialog(Container pane, Track[] tracks) { @@ -130,8 +130,8 @@ public class MooDialog extends JDialog { setVisible(true); } - /* - * Builds the copy track popupdialog + /** + * Builds the copy track popupdialog. */ private void makeCopyDialog(Container pane, Track[] tracks) { @@ -166,7 +166,7 @@ public class MooDialog extends JDialog { setVisible(true); } - /* + /** * Builds the move track popupdialog */ private void makeMoveDialog(Container pane, Track[] tracks) { @@ -202,8 +202,8 @@ public class MooDialog extends JDialog { setVisible(true); } - /* - * Builds the jump popupdialog + /** + * Builds the jump popupdialog. */ private void makeJumpDialog(Container pane) {