[Javanetsim-cvs] javaNetSim/HtmlHelp GUI-tutorial.htm, 1.1.1.1, 1.2 about.htm, 1.1.1.1, 1.2 credits
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-09-13 13:39:08
|
Update of /cvsroot/javanetsim/javaNetSim/HtmlHelp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28933/HtmlHelp Modified Files: GUI-tutorial.htm about.htm credits.htm introduction.htm toc.html Log Message: Fix dev tree; fixed Java 1.66 bug in Set TCP/IP Properties dialog. Index: about.htm =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/HtmlHelp/about.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** about.htm 8 Nov 2005 04:05:43 -0000 1.1.1.1 --- about.htm 13 Sep 2007 13:38:51 -0000 1.2 *************** *** 1,29 **** ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><font size="5"> About The jNetSim Project. </font></p> ! ! ! ! ! <p>The jNetSim project is a java based network and firewall simulator that will one day allows users to set and test the effectiveness of firewall rules (as accurately as possible) using either a command line interface or GUI. The project is coded in java and is cross platform compatible. The simulation is designed to be separate from the GUI.</p> ! <p>The jFirewallsim project was started by students from the Canberra Institute of Technology in Canberra, Australia. Each year the students in their final semester studying for a Diploma in Software Development, creates a new project or extend on an existing one. Currently (Semester 2, 2004) we are in the second phase of the jFirewallSim project. ! <p>The jFirewallsim project was renamed to jNetSim project by new maintainer Alexande Bolshev [Key]. ! ! <!--The jFirewallSim is the major project for the VC (Virtual Consultancy) class. The VC class is two days a week, for six hours each day and aims to give the students a taste of what it is like to work on a "real life" project. The jFirewallSim will be used as a teaching aid, to help the Network Engineering students at CIT understand how a network operates. </p> ! --> ! <p><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! ! </html> --- 1,29 ---- ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><font size="5"> About The jNetSim Project. </font></p> ! ! ! ! ! <p>The jNetSim project is a java based network and firewall simulator that will one day allows users to set and test the effectiveness of firewall rules (as accurately as possible) using either a command line interface or GUI. The project is coded in java and is cross platform compatible. The simulation is designed to be separate from the GUI.</p> ! <p>The jFirewallsim project was started by students from the Canberra Institute of Technology in Canberra, Australia. Each year the students in their final semester studying for a Diploma in Software Development, creates a new project or extend on an existing one. Currently (Semester 2, 2004) we are in the second phase of the jFirewallSim project. ! <p>The jFirewallsim project was renamed to jNetSim project by new maintainer Alexande Bolshev [Key]. ! ! <!--The jFirewallSim is the major project for the VC (Virtual Consultancy) class. The VC class is two days a week, for six hours each day and aims to give the students a taste of what it is like to work on a "real life" project. The jFirewallSim will be used as a teaching aid, to help the Network Engineering students at CIT understand how a network operates. </p> ! --> ! <p><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! ! </html> Index: GUI-tutorial.htm =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/HtmlHelp/GUI-tutorial.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GUI-tutorial.htm 8 Nov 2005 04:05:43 -0000 1.1.1.1 --- GUI-tutorial.htm 13 Sep 2007 13:38:51 -0000 1.2 *************** *** 1,78 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ! "http://www.w3.org/TR/html4/loose.dtd"> ! <html> ! <head> ! <title>Untitled Document</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! </head> ! ! <body> ! <h1>Graphical User Interface Tutorial </h1> ! <h2>Introduction </h2> ! <p>When the Java Firewall Simulator GUI starts a new window is created. It is divided into two areas: The main area and the console window. The main area is where the nodes and links are created. In the console window we display all of the information relating to the current simulation on screen. </p> ! <p><img src="images/Sim4_sm.gif" width="249" height="168"></p> ! <p><strong>Creating a new simulation </strong></p> ! <p>To create a new simulation the user must select one of the following options: </p> ! <ul> ! <li> File > New from the menu </li> ! <li>Select the New icon form the toolbar </li> ! </ul> ! <p>A dialog box will appear to confirm the creation of a new simulation. </p> ! <p><em>Please note </em>: Selecting yes' in the dialog box, will override the current simulation. </p> ! <p><strong>Adding a PC </strong></p> ! <p>To add a PC the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Add > PC from the menu </li> ! <li> Select the PC icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the PC. Once a valid PC name has been entered, the PC icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Hub </strong></p> ! <p>To add a Hub the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Add > Hub from the menu </li> ! <li>Select the Hub icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the Hub. Once a valid Hub name has been entered, the Hub icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Router </strong></p> ! <p>To add a Router the user must select one of the following two options: </p> ! <ul> ! <li>Simulation > Add > Router from the menu </li> ! <li>Select the Router icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the Router. Once a valid Router name has been entered, the Router icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Link </strong></p> ! <p>To add a Link connecting two nodes the user must select the Link icon from the toolbar. As a result of Link being selected from the toolbar the user must then click on the first node, drag the mouse over to the second node and then release the mouse button. As a result of this action a dialog box will appear, informing the user of, the name of the link and the nodes interfaces the link will be connected to. </p> ! <p><strong>Deleting a Node </strong></p> ! <p>To delete a node right click on the selected node and choose delete' from the menu options. This will delete the node from the simulation. </p> ! <p><strong>Sending a Ping </strong></p> ! <p>To send a ping the user must right click on the selected PC and choose send ping' from the menu options. As a result of this action a dialog box will appear asking the user to enter the IP address of the PC they wish to ping. Information will be displayed to the console window informing the user of latest transaction result.</p> ! <p><img src="images/Sim1_PingInfo_sm.gif" width="249" height="260"></p> ! <p><strong>Setting TCP/IP Properties </strong></p> ! <p>To set the TCP/IP properties of node the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Set TCP/IP Properties from the menu </li> ! <li> Right click on a particular PC or Router and select Set TCP/IP properties' from the menu options.</li> ! </ul> ! <p>As a result of the one of these options a dialog box will appear asking the user to select the Node Name and the Interface Name. Enter in the IP Address, and the Default Gateway. If all fields are valid a message will be displayed to the console confirming the properties have been set. </p> ! <p><em>Please note: </em> In order to set the TCP/IP properties there must be at least one node created in the simulation. </p> ! <p><strong>Node Properties </strong></p> ! <p>To display the properties of a particular node right click on the selected node and choose properties' from the menu options. This will display the node information in the console window. </p> ! <p><img src="images/Sim1_NodeInfo_sm.gif" width="250" height="188"></p> ! <p><strong>Print ARP Table </strong></p> ! <p>To print out the ARP table of a particular node, right click on it and select Print ARP table' from the menu options. This will display the ARP table for that node in the console window. <strong></strong></p> ! <p><strong>Clearing the console </strong></p> ! <p>To clear the console window, select Environment > Clear Console' from the menu bar. </p> ! <p><strong>Clearing the Node Information </strong></p> ! <p>To clear the node information, select Environment > Clear Node Information' from the menu bar. </p> ! <p><strong>Creating Scenarios </strong></p> ! <p>To create a pre-saved scenario select Simulation > Scenario > Selected Scenario' from the menu bar. </p> ! <ul> ! <li> Test 1: Creates two connected PC's </li> ! <li> Test 2: Creates two PC's connected via a router </li> ! <li> Test 3: Creates two PC's connected through two Routers </li> ! <li> Test 4: Creates threes PC's connected to Hub1, which is connected to a Router. The Router is then connected to Hub2 which is connected to a further three PC's.</li> ! </ul> ! <p><a href="toc.html"><img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! </html> --- 1,78 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ! "http://www.w3.org/TR/html4/loose.dtd"> ! <html> ! <head> ! <title>Untitled Document</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! </head> ! ! <body> ! <h1>Graphical User Interface Tutorial </h1> ! <h2>Introduction </h2> ! <p>When the Java Firewall Simulator GUI starts a new window is created. It is divided into two areas: The main area and the console window. The main area is where the nodes and links are created. In the console window we display all of the information relating to the current simulation on screen. </p> ! <p><img src="images/Sim4_sm.gif" width="249" height="168"></p> ! <p><strong>Creating a new simulation </strong></p> ! <p>To create a new simulation the user must select one of the following options: </p> ! <ul> ! <li> File > New from the menu </li> ! <li>Select the New icon form the toolbar </li> ! </ul> ! <p>A dialog box will appear to confirm the creation of a new simulation. </p> ! <p><em>Please note </em>: Selecting yes' in the dialog box, will override the current simulation. </p> ! <p><strong>Adding a PC </strong></p> ! <p>To add a PC the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Add > PC from the menu </li> ! <li> Select the PC icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the PC. Once a valid PC name has been entered, the PC icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Hub </strong></p> ! <p>To add a Hub the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Add > Hub from the menu </li> ! <li>Select the Hub icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the Hub. Once a valid Hub name has been entered, the Hub icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Router </strong></p> ! <p>To add a Router the user must select one of the following two options: </p> ! <ul> ! <li>Simulation > Add > Router from the menu </li> ! <li>Select the Router icon from the toolbar </li> ! </ul> ! <p>As a result of one of these options a dialog box will appear asking the user to enter a name for the Router. Once a valid Router name has been entered, the Router icon is successfully dropped into the main screen. </p> ! <p><strong>Adding a Link </strong></p> ! <p>To add a Link connecting two nodes the user must select the Link icon from the toolbar. As a result of Link being selected from the toolbar the user must then click on the first node, drag the mouse over to the second node and then release the mouse button. As a result of this action a dialog box will appear, informing the user of, the name of the link and the nodes interfaces the link will be connected to. </p> ! <p><strong>Deleting a Node </strong></p> ! <p>To delete a node right click on the selected node and choose delete' from the menu options. This will delete the node from the simulation. </p> ! <p><strong>Sending a Ping </strong></p> ! <p>To send a ping the user must right click on the selected PC and choose send ping' from the menu options. As a result of this action a dialog box will appear asking the user to enter the IP address of the PC they wish to ping. Information will be displayed to the console window informing the user of latest transaction result.</p> ! <p><img src="images/Sim1_PingInfo_sm.gif" width="249" height="260"></p> ! <p><strong>Setting TCP/IP Properties </strong></p> ! <p>To set the TCP/IP properties of node the user must select one of the following two options: </p> ! <ul> ! <li> Simulation > Set TCP/IP Properties from the menu </li> ! <li> Right click on a particular PC or Router and select Set TCP/IP properties' from the menu options.</li> ! </ul> ! <p>As a result of the one of these options a dialog box will appear asking the user to select the Node Name and the Interface Name. Enter in the IP Address, and the Default Gateway. If all fields are valid a message will be displayed to the console confirming the properties have been set. </p> ! <p><em>Please note: </em> In order to set the TCP/IP properties there must be at least one node created in the simulation. </p> ! <p><strong>Node Properties </strong></p> ! <p>To display the properties of a particular node right click on the selected node and choose properties' from the menu options. This will display the node information in the console window. </p> ! <p><img src="images/Sim1_NodeInfo_sm.gif" width="250" height="188"></p> ! <p><strong>Print ARP Table </strong></p> ! <p>To print out the ARP table of a particular node, right click on it and select Print ARP table' from the menu options. This will display the ARP table for that node in the console window. <strong></strong></p> ! <p><strong>Clearing the console </strong></p> ! <p>To clear the console window, select Environment > Clear Console' from the menu bar. </p> ! <p><strong>Clearing the Node Information </strong></p> ! <p>To clear the node information, select Environment > Clear Node Information' from the menu bar. </p> ! <p><strong>Creating Scenarios </strong></p> ! <p>To create a pre-saved scenario select Simulation > Scenario > Selected Scenario' from the menu bar. </p> ! <ul> ! <li> Test 1: Creates two connected PC's </li> ! <li> Test 2: Creates two PC's connected via a router </li> ! <li> Test 3: Creates two PC's connected through two Routers </li> ! <li> Test 4: Creates threes PC's connected to Hub1, which is connected to a Router. The Router is then connected to Hub2 which is connected to a further three PC's.</li> ! </ul> ! <p><a href="toc.html"><img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! </html> Index: introduction.htm =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/HtmlHelp/introduction.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** introduction.htm 8 Nov 2005 04:05:43 -0000 1.1.1.1 --- introduction.htm 13 Sep 2007 13:38:51 -0000 1.2 *************** *** 1,48 **** ! <html> ! ! <head> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><b><font size="5">Introduction</font></b></p> ! <p align="center"> </p> ! <p align="left"><u><font size="4">Screen Layout</font></u></p> ! <p align="center"> ! <img border="0" src="images/screeninformation.JPG" width="1011" height="805"></p> ! <p align="left"> </p> ! <ol> ! <li> ! <p align="left">Menu Bar, most components available on toolbars are also ! available via the Menu</li> ! <li> ! <p align="left">Node Toolbar which allows the creation of various nodes such ! as PC's, Router, Switches, Hubs and Links.</li> ! <li> ! <p align="left">Simulation Toolbar which allow the creation of new Simulations ! and the saving, loading of Simulations.</li> ! <li> ! <p align="left">The "Sandbox". Nodes are placed and moved around the ! sandbox. Think of this as where your simulation lives!</li> ! <li> ! <p align="left">Console tab. This tab will display output from Nodes to ! the area designated as 7.</li> ! <li> ! <p align="left">Node Information Tab. This tab will display information ! about the make up the simulation such as the nodes current default gateway and ! how it's interface cards are setup</li> ! <li> ! <p align="left">Information area. This is where information from the ! Console and Node Information tabs will be displayed.</li> ! </ol> ! <p align="left"> </p> ! <p align="left"><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! </html> \ No newline at end of file --- 1,48 ---- ! <html> ! ! <head> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><b><font size="5">Introduction</font></b></p> ! <p align="center"> </p> ! <p align="left"><u><font size="4">Screen Layout</font></u></p> ! <p align="center"> ! <img border="0" src="images/screeninformation.JPG" width="1011" height="805"></p> ! <p align="left"> </p> ! <ol> ! <li> ! <p align="left">Menu Bar, most components available on toolbars are also ! available via the Menu</li> ! <li> ! <p align="left">Node Toolbar which allows the creation of various nodes such ! as PC's, Router, Switches, Hubs and Links.</li> ! <li> ! <p align="left">Simulation Toolbar which allow the creation of new Simulations ! and the saving, loading of Simulations.</li> ! <li> ! <p align="left">The "Sandbox". Nodes are placed and moved around the ! sandbox. Think of this as where your simulation lives!</li> ! <li> ! <p align="left">Console tab. This tab will display output from Nodes to ! the area designated as 7.</li> ! <li> ! <p align="left">Node Information Tab. This tab will display information ! about the make up the simulation such as the nodes current default gateway and ! how it's interface cards are setup</li> ! <li> ! <p align="left">Information area. This is where information from the ! Console and Node Information tabs will be displayed.</li> ! </ol> ! <p align="left"> </p> ! <p align="left"><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! </html> \ No newline at end of file Index: credits.htm =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/HtmlHelp/credits.htm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** credits.htm 8 Nov 2005 04:05:43 -0000 1.1.1.1 --- credits.htm 13 Sep 2007 13:38:51 -0000 1.2 *************** *** 1,43 **** ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><font size="5"> jNetSim Credits </font></p> ! <p> </p> ! <p>jNetSim was created by : </p> ! <p><u><b><font size="5">from 03 November 2005</font></b></u><br> ! </p> ! <p>Alexander Bolshev [Key] - Project Manager / Documentation Manager / Developer / Maintainer</p> ! ! <p><u><b><font size="5">Semester 2, 2004</font></b></u><br> ! </p> ! <p>Angela Brown - Project Manager / Documentation Manager / Developer </p> ! <p>Bevan Calliess - Disaster Recovery Manager / Assistant Project Manager ! / Developer</p> ! <p><br> ! Luke Hamilton - Documentation Manager / Project Manager / Developer</p> ! <p><br> ! Michael Reith - Testing Manager / Assistant Release Manager / Developer</p> ! <p><br> ! Rob Hulford - Release Manager / Assistant Disaster Recovery Manager / Developer</p> ! <p><br> ! <u><b><font size="5">Semester 1, 2004</font></b></u></p> ! <p><br> ! Tristan Veness - Project Manager / Developer</p> ! <p><br> ! James Nikolaidis - Developer</p> ! <p> </p> ! <p><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! ! </html> --- 1,43 ---- ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>New Page 1</title> ! </head> ! ! <body> ! ! <p align="center"><font size="5"> jNetSim Credits </font></p> ! <p> </p> ! <p>jNetSim was created by : </p> ! <p><u><b><font size="5">from 03 November 2005</font></b></u><br> ! </p> ! <p>Alexander Bolshev [Key] - Project Manager / Documentation Manager / Developer / Maintainer</p> ! ! <p><u><b><font size="5">Semester 2, 2004</font></b></u><br> ! </p> ! <p>Angela Brown - Project Manager / Documentation Manager / Developer </p> ! <p>Bevan Calliess - Disaster Recovery Manager / Assistant Project Manager ! / Developer</p> ! <p><br> ! Luke Hamilton - Documentation Manager / Project Manager / Developer</p> ! <p><br> ! Michael Reith - Testing Manager / Assistant Release Manager / Developer</p> ! <p><br> ! Rob Hulford - Release Manager / Assistant Disaster Recovery Manager / Developer</p> ! <p><br> ! <u><b><font size="5">Semester 1, 2004</font></b></u></p> ! <p><br> ! Tristan Veness - Project Manager / Developer</p> ! <p><br> ! James Nikolaidis - Developer</p> ! <p> </p> ! <p><a href="toc.html"> ! <img border="0" src="images/back.gif" width="42" height="22"><b>Back</b></a></p> ! ! </body> ! ! </html> Index: toc.html =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/HtmlHelp/toc.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** toc.html 8 Nov 2005 04:05:43 -0000 1.1.1.1 --- toc.html 13 Sep 2007 13:38:51 -0000 1.2 *************** *** 1,32 **** ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>JFirewallSim Help Files</title> ! </head> ! ! <body> ! ! <p align="center"><font size="6"><b>j</b></font><b><font size="6">FirewallSim ! Help Files</font></b></p> ! <p align="center"> ! <img border="0" src="images/firewall.gif" width="222" height="149"></p> ! <p align="center"> </p> ! <p align="center"> </p> ! <p align="left"><font size="4">Welcome to jFirewallSim. These help files ! will assist you in a basic introduction to the use of jFirewallSim.</font></p> ! <p align="left"><font size="4">Please select from the following.</font></p> ! <p align="left"> </p> ! <ol> ! <li><a href="about.htm">About</a></li> ! <li><a href="GUI-tutorial.htm">GUI tutorial</a></li> ! <li><a href="credits.htm">Credits</a></li> ! </ol> ! <p> </p> ! ! </body> ! ! </html> --- 1,32 ---- ! <html> ! ! <head> ! <meta http-equiv="Content-Language" content="en-us"> ! <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title>JFirewallSim Help Files</title> ! </head> ! ! <body> ! ! <p align="center"><font size="6"><b>j</b></font><b><font size="6">FirewallSim ! Help Files</font></b></p> ! <p align="center"> ! <img border="0" src="images/firewall.gif" width="222" height="149"></p> ! <p align="center"> </p> ! <p align="center"> </p> ! <p align="left"><font size="4">Welcome to jFirewallSim. These help files ! will assist you in a basic introduction to the use of jFirewallSim.</font></p> ! <p align="left"><font size="4">Please select from the following.</font></p> ! <p align="left"> </p> ! <ol> ! <li><a href="about.htm">About</a></li> ! <li><a href="GUI-tutorial.htm">GUI tutorial</a></li> ! <li><a href="credits.htm">Credits</a></li> ! </ol> ! <p> </p> ! ! </body> ! ! </html> |