Diff for /FM2SQL/Attic/FM2SQL.java between versions 1.40 and 1.42

version 1.40, 2004/06/23 10:00:06 version 1.42, 2004/09/22 11:14:10
Line 177  public class FM2SQL extends JFrame imple Line 177  public class FM2SQL extends JFrame imple
     setIconImage(local);      setIconImage(local);
     bean = new DBBean();      bean = new DBBean();
     destBean = 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.setEditable(true);
     sourceURLBox.setFont(new Font("Times New Roman",Font.PLAIN,14));      sourceURLBox.setFont(new Font("Times New Roman",Font.PLAIN,14));
     destURLBox = new JComboBox(new String[] { "jdbc:postgresql://foxridge/test", "jdbc:postgresql://erebos/test1" });      destURLBox = new JComboBox(new String[] { "jdbc:postgresql://foxridge/test", "jdbc:postgresql://erebos/test1" });
Line 334  public class FM2SQL extends JFrame imple Line 334  public class FM2SQL extends JFrame imple
     {      {
       public void windowClosing(WindowEvent e)        public void windowClosing(WindowEvent e)
       {        {
           bean.closeAllConnections();
           destBean.closeAllConnections();
         System.exit(0);          System.exit(0);
       }        }
     });      });
Line 824  if(command.equals("use NormanToUnicodeMa Line 826  if(command.equals("use NormanToUnicodeMa
     }      }
   if(command.equals("Quit"))    if(command.equals("Quit"))
    {     {
        bean.closeAllConnections();
        destBean.closeAllConnections();
      fmInstance.dispose();       fmInstance.dispose();
      System.exit(0);       System.exit(0);
       

Removed from v.1.40  
changed lines
  Added in v.1.42


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>