From: Michael Andreen Date: Sat, 17 May 2003 16:03:36 +0000 (+0000) Subject: font settings.. X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=aae2d0b4428236b4147f466b3858a34bb7ed174f font settings.. --- diff --git a/MooInstrumentList.java b/MooInstrumentList.java index 388a9d6..4ae0cfa 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -21,7 +21,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener { public MooInstrumentList(int chan, int listType) { super(instruments[listType]); setChannel(chan); - setFont(new Font("Helvetica", Font.PLAIN, 10)); + setFont(Moosique.getGUI().FONT); addActionListener(this); }