Update of /cvsroot/javanetsim/javaNetSim/textUI
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28933/textUI
Modified Files:
README.txt TextUI.java
Log Message:
Fix dev tree; fixed Java 1.66 bug in Set TCP/IP Properties dialog.
Index: TextUI.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/textUI/TextUI.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** TextUI.java 8 Nov 2005 04:05:43 -0000 1.1.1.1
--- TextUI.java 13 Sep 2007 13:38:53 -0000 1.2
***************
*** 1,1598 ****
! /*
! Java Firewall Simulator (jFirewallSim)
!
! Copyright (c) 2004, jFirewallSim development team All rights reserved.
!
! Redistribution and use in source and binary forms, with or without modification, are
! permitted provided that the following conditions are met:
!
! - Redistributions of source code must retain the above copyright notice, this list
! of conditions and the following disclaimer.
[...3169 lines suppressed...]
! } catch (IOException e) {
! System.out.println("IO Exception encountered.");
! }
!
! if(response.equalsIgnoreCase("Y")){
! sim.removeAllObjects();
! System.out.println("New Simulation created\n");
! isDirty = false;
! }
! }else{
! System.out.println();
! }
! }
!
!
! }//EOF
!
!
\ No newline at end of file
Index: README.txt
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/textUI/README.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README.txt 8 Nov 2005 04:05:43 -0000 1.1.1.1
--- README.txt 13 Sep 2007 13:38:53 -0000 1.2
***************
*** 1 ****
! This directory is to contain all textUi file for the jfirewallsim project
--- 1 ----
! This directory is to contain all textUi file for the jfirewallsim project
|