[Javanetsim-cvs] javaNetSim/guiUI MainScreen.java,1.9,1.10
Status: Beta
Brought to you by:
darkkey
From: gift <gi...@us...> - 2005-11-21 14:56:13
|
Update of /cvsroot/javanetsim/javaNetSim/guiUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9298/guiUI Modified Files: MainScreen.java Log Message: Check LayerInfo - BUGS Index: MainScreen.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** MainScreen.java 20 Nov 2005 15:17:35 -0000 1.9 --- MainScreen.java 21 Nov 2005 14:56:01 -0000 1.10 *************** *** 1,1548 **** ! /* ! 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. [...4613 lines suppressed...] ! /** ! ! * Returns the current cursor on the Sandbox ! ! * @return Cursor SandboxCursor The current cursor on the Sandbox ! ! */ ! ! ! ! public Cursor getCurrentSandboxCursor() ! ! { ! ! return Sandbox.getCursor(); ! ! } ! ! } ! |