--- FM2SQL/Attic/FM2SQL.java 2004/07/19 11:01:29 1.41 +++ FM2SQL/Attic/FM2SQL.java 2004/09/22 11:14:10 1.42 @@ -177,7 +177,7 @@ public class FM2SQL extends JFrame imple setIconImage(local); bean = new DBBean(); destBean = new DBBean(); - sourceURLBox = new JComboBox(new String[] { "jdbc:fmpro:http://141.14.237.74:8050", "jdbc:fmpro:http://localhost", "jdbc:postgresql://foxridge/test" }); + sourceURLBox = new JComboBox(new String[] { "jdbc:fmpro:http://141.14.237.74:8050", "jdbc:fmpro:http://localhost", "jdbc:postgresql://foxridge/test","jdbc:sequelink://r583-3:2399" }); sourceURLBox.setEditable(true); sourceURLBox.setFont(new Font("Times New Roman",Font.PLAIN,14)); destURLBox = new JComboBox(new String[] { "jdbc:postgresql://foxridge/test", "jdbc:postgresql://erebos/test1" });