]> ruin.nu Git - moosique.git/blobdiff - MooMenu.java
tagit bort min fula mainmetod
[moosique.git] / MooMenu.java
index 39b86e4e5aab180d23a24af61c50be4ba3fa83ca..1315bfbd504b00155a5f49d69a69c63973b64b9b 100644 (file)
@@ -88,16 +88,5 @@ public class MooMenu extends JMenuBar
 
                return help;
        }
-       /*******************************************************************
-               public static void main(String[] args)
-       {
-               MooMenu menu = new MooMenu();
-               JFrame frame = new JFrame();
-               JPanel panel = new JPanel();
-               panel.add(menu.createMooMenu());
-               frame.setContentPane(panel);
-               frame.pack();
-               frame.show();
-       }
-       ****************************************************************/
+
 }