[Javanetsim-cvs] javaNetSim/guiUI MainScreen.java, 1.54, 1.55 MenuBar.java, 1.12, 1.13
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-09-14 15:30:16
|
Update of /cvsroot/javanetsim/javaNetSim/guiUI In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22094/guiUI Modified Files: MainScreen.java MenuBar.java Log Message: Updated TODO, README, and vesrion. Index: MainScreen.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** MainScreen.java 14 Sep 2007 11:14:51 -0000 1.54 --- MainScreen.java 14 Sep 2007 15:30:08 -0000 1.55 *************** *** 894,898 **** public void addExternalNAT(Point inPoint){ ! String result = JOptionPane.showInputDialog(this,"Please enter a Proxy/Gateway to External network name:","Create New NAT Gateway to External network", JOptionPane.PLAIN_MESSAGE); if(result != null){ --- 894,898 ---- public void addExternalNAT(Point inPoint){ ! String result = JOptionPane.showInputDialog(this,"Please enter a Socks Proxy to External network name:","Create New Socks Proxy to External network", JOptionPane.PLAIN_MESSAGE); if(result != null){ Index: MenuBar.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MenuBar.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** MenuBar.java 13 Sep 2007 20:23:29 -0000 1.12 --- MenuBar.java 14 Sep 2007 15:30:08 -0000 1.13 *************** *** 55,59 **** private JMenuItem mnuHub = new JMenuItem("Hub ..."); private JMenuItem mnuSwitch = new JMenuItem("Switch ..."); ! private JMenuItem mnuExternalNAT = new JMenuItem("Proxy/Router to External Network..."); //Tools submenu --- 55,59 ---- private JMenuItem mnuHub = new JMenuItem("Hub ..."); private JMenuItem mnuSwitch = new JMenuItem("Switch ..."); ! private JMenuItem mnuExternalNAT = new JMenuItem("Socks Proxy..."); //Tools submenu |