]> ruin.nu Git - moosique.git/blobdiff - MooTrackTitle.java
Should be JDialog not JFrame
[moosique.git] / MooTrackTitle.java
index 3090852634d97c75df761c4103db5855921e8fda..522de6504b32c045412d6f199e4c8799c89cac36 100644 (file)
@@ -1,6 +1,6 @@
 import javax.swing.*;
 
-/**
+/*
  * The title bar for each track with track name, channel, instrument etc.
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -9,17 +9,10 @@ import javax.swing.*;
  
 public class MooTrackTitle {
 
-       /** 
+       /* 
         * Creates the title bar.
         */
        public MooTrackTitle () {
 
        }
-
-       /** 
-        * 
-        */
-       public void () {
-       
-       }
 }