--- FM2SQL/Attic/FM2SQL.java 2004/02/10 12:52:30 1.15 +++ FM2SQL/Attic/FM2SQL.java 2004/02/12 13:02:56 1.16 @@ -117,11 +117,11 @@ public class FM2SQL extends JFrame imple box2 = new JComboBox(); box3 = new JComboBox(new String[] { "jdbc:fmpro:http://141.14.237.74:8050", "jdbc:fmpro:http://localhost", "jdbc:postgresql://foxridge/test" }); box3.setEditable(true); - box3.setFont(new Font("Times New Roman",Font.PLAIN,12)); + box3.setFont(new Font("Times New Roman",Font.PLAIN,14)); box4 = new JComboBox(new String[] { "jdbc:postgresql://foxridge/test", "jdbc:postgresql://erebos/test1" }); box4.setEditable(true); box4.addActionListener(this); - box4.setFont(new Font("Times New Roman",Font.PLAIN,12)); + box4.setFont(new Font("Times New Roman",Font.PLAIN,14)); table = new TableComponent(); box = new JComboBox(tables); box.addActionListener(this);