X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooInstrumentList.java;fp=MooInstrumentList.java;h=1864b690d4345fef3e3754f8cff86010045af513;hb=964980cf244e780600db6d5e05d036edbb3a15da;hp=3e538d489d9b7edc672984addd0f5e077839d8aa;hpb=c791356879ce2a03e1f616591db0b6ee5b1d4b2c;p=moosique.git diff --git a/MooInstrumentList.java b/MooInstrumentList.java index 3e538d4..1864b69 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -1,5 +1,6 @@ import javax.sound.midi.*; import javax.swing.*; +import java.awt.*; import java.awt.event.*; /* @@ -12,6 +13,7 @@ public class MooInstrumentList extends JComboBox implements ActionListener { public MooInstrumentList() { super(instruments); + setFont(new Font("Times New Roman", Font.PLAIN, 10)); addActionListener(this); }