]> ruin.nu Git - moosique.git/commitdiff
wrong class name.. sorry
authorMichael Andreen <harv@ruin.nu>
Mon, 28 Apr 2003 09:37:41 +0000 (09:37 +0000)
committerMichael Andreen <harv@ruin.nu>
Mon, 28 Apr 2003 09:37:41 +0000 (09:37 +0000)
MooNotePref.java [deleted file]
MooNoteProp.java [new file with mode: 0644]

diff --git a/MooNotePref.java b/MooNotePref.java
deleted file mode 100644 (file)
index 6a42fff..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-import javax.swing.*;
-import java.awt.*;
-import java.awt.event.*;
-
-/*
- * Graphical representation of a MIDI note.
- * 
- * @author  Andersson, Andreen, Lanneskog, Pehrson
- * @version 1
- */
-public class MooNotePref extends JFrame{
-
-       private MooNote note;
-       /* 
-        * Creates a new note preference dialog.
-        * @param mn The note that will be graphically represented
-        */
-       public MooNotePref (MooNote mn) {
-               note = mn;
-
-               pack();
-       }
-
-                       
-}
diff --git a/MooNoteProp.java b/MooNoteProp.java
new file mode 100644 (file)
index 0000000..bc26486
--- /dev/null
@@ -0,0 +1,26 @@
+import javax.swing.*;
+import java.awt.*;
+import java.awt.event.*;
+
+/*
+ * Graphical representation of a MIDI note.
+ * 
+ * @author  Andersson, Andreen, Lanneskog, Pehrson
+ * @version 1
+ */
+public class MooNoteProp extends JFrame{
+
+       private MooNote note;
+       /* 
+        * Creates a new note preference dialog.
+        * @param mn The note that will be graphically represented
+        */
+       public MooNoteProp (MooNote mn) {
+               note = mn;
+
+               pack();
+       }
+
+                       
+}