]> ruin.nu Git - moosique.git/blobdiff - MooInstrumentList.java
fontchange
[moosique.git] / MooInstrumentList.java
index 6f0211fa4931784707135b2bf4c92c048d014244..716cd182830340d35da72b8b174e1ce08ef6ffd4 100644 (file)
@@ -13,7 +13,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener {
 
        public MooInstrumentList() {
                super(instruments);
-               setFont(new Font("Times New Roman", Font.PLAIN, 10));
+               setFont(new Font("Helvetica", Font.PLAIN, 10));
                addActionListener(this);
        }
 
@@ -153,4 +153,4 @@ public class MooInstrumentList extends JComboBox implements ActionListener {
                " 126 Applause",
                " 127 Gunshot"
        };
-}
\ No newline at end of file
+}