From fba2c983537bf8d3f4951e32c67a8f8a3b4d3c2b Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 9 May 2003 18:50:48 +0000 Subject: [PATCH] fontchange --- MooInstrumentList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MooInstrumentList.java b/MooInstrumentList.java index 6f0211f..716cd18 100644 --- a/MooInstrumentList.java +++ b/MooInstrumentList.java @@ -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 +} -- 2.39.2