[Javanetsim-cvs] javaNetSim/guiUI ConsolePortProperties.java, 1.1, 1.2 EthPortProperties.java, 1.7,
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2009-09-17 12:03:03
|
Update of /cvsroot/javanetsim/javaNetSim/guiUI In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12004/guiUI Modified Files: ConsolePortProperties.java EthPortProperties.java GuiNode.java LinkProperties.java PingDialog.java SNMPSendDataDialog.java SerPortProperties.java SetTCPIPPropertiesDialog.java WANPortProperties.java WiFiPortProperties.java Log Message: Fixed imports and project settings... Index: LinkProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/LinkProperties.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** LinkProperties.java 24 Oct 2008 16:18:48 -0000 1.10 --- LinkProperties.java 17 Sep 2009 12:02:49 -0000 1.11 *************** *** 44,48 **** import javax.swing.JButton; import javax.swing.JComboBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 44,47 ---- Index: ConsolePortProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/ConsolePortProperties.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ConsolePortProperties.java 27 Oct 2008 18:44:41 -0000 1.1 --- ConsolePortProperties.java 17 Sep 2009 12:02:49 -0000 1.2 *************** *** 39,52 **** import java.awt.event.ActionEvent; import java.awt.event.ActionListener; - import java.awt.event.FocusAdapter; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JComboBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; - import javax.swing.JTextField; import javax.swing.SwingConstants; import javax.swing.WindowConstants; --- 39,49 ---- Index: SetTCPIPPropertiesDialog.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/SetTCPIPPropertiesDialog.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SetTCPIPPropertiesDialog.java 24 Oct 2008 16:18:48 -0000 1.12 --- SetTCPIPPropertiesDialog.java 17 Sep 2009 12:02:49 -0000 1.13 *************** *** 50,54 **** import javax.swing.JButton; import javax.swing.JComboBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 50,53 ---- Index: SNMPSendDataDialog.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/SNMPSendDataDialog.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SNMPSendDataDialog.java 24 Oct 2008 16:18:48 -0000 1.4 --- SNMPSendDataDialog.java 17 Sep 2009 12:02:49 -0000 1.5 *************** *** 40,44 **** import javax.swing.JButton; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 40,43 ---- Index: WANPortProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/WANPortProperties.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** WANPortProperties.java 24 Oct 2008 16:18:48 -0000 1.6 --- WANPortProperties.java 17 Sep 2009 12:02:49 -0000 1.7 *************** *** 48,52 **** import javax.swing.JCheckBox; import javax.swing.JComboBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 48,51 ---- Index: EthPortProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/EthPortProperties.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** EthPortProperties.java 24 Oct 2008 16:18:48 -0000 1.7 --- EthPortProperties.java 17 Sep 2009 12:02:49 -0000 1.8 *************** *** 44,48 **** import javax.swing.JButton; import javax.swing.JCheckBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 44,47 ---- Index: WiFiPortProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/WiFiPortProperties.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WiFiPortProperties.java 25 Oct 2008 16:35:11 -0000 1.1 --- WiFiPortProperties.java 17 Sep 2009 12:02:49 -0000 1.2 *************** *** 44,48 **** import javax.swing.JCheckBox; import javax.swing.JComboBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 44,47 ---- Index: SerPortProperties.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/SerPortProperties.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SerPortProperties.java 24 Oct 2008 16:18:48 -0000 1.5 --- SerPortProperties.java 17 Sep 2009 12:02:49 -0000 1.6 *************** *** 44,48 **** import javax.swing.JButton; import javax.swing.JCheckBox; - import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; --- 44,47 ---- Index: GuiNode.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/GuiNode.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GuiNode.java 27 Oct 2008 16:09:02 -0000 1.15 --- GuiNode.java 17 Sep 2009 12:02:49 -0000 1.16 *************** *** 95,99 **** import javax.swing.SwingConstants; - import core.Link; import core.NetworkInterface; import core.Node; --- 95,98 ---- Index: PingDialog.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/PingDialog.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PingDialog.java 24 Oct 2008 16:18:48 -0000 1.4 --- PingDialog.java 17 Sep 2009 12:02:49 -0000 1.5 *************** *** 35,39 **** import javax.swing.BoxLayout; import javax.swing.JButton; - import javax.swing.JComboBox; import javax.swing.JDialog; import javax.swing.JLabel; --- 35,38 ---- |