[Mathlib-commitlog] SF.net SVN: mathlib:[895] JMathLib/trunk/src/jmathlib/ui
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-01 13:17:03
|
Revision: 895 http://mathlib.svn.sourceforge.net/mathlib/?rev=895&view=rev Author: st_mueller Date: 2009-03-01 13:16:51 +0000 (Sun, 01 Mar 2009) Log Message: ----------- renamed RemoteAccesible.java to RemoteAccessible.java Modified Paths: -------------- JMathLib/trunk/src/jmathlib/ui/awt/Console.java JMathLib/trunk/src/jmathlib/ui/awt/GUI.java JMathLib/trunk/src/jmathlib/ui/common/Console.java Modified: JMathLib/trunk/src/jmathlib/ui/awt/Console.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/awt/Console.java 2009-03-01 13:11:14 UTC (rev 894) +++ JMathLib/trunk/src/jmathlib/ui/awt/Console.java 2009-03-01 13:16:51 UTC (rev 895) @@ -1,6 +1,6 @@ package jmathlib.ui.awt; -import jmathlib.core.interfaces.RemoteAccesible; +import jmathlib.core.interfaces.RemoteAccessible; import java.awt.*; import java.awt.event.*; @@ -21,13 +21,13 @@ int lineStart; /**The applet containing the console*/ - RemoteAccesible callerClass; + RemoteAccessible callerClass; /**Event Handler used for handling key events*/ //public KeyListener keyHandler; /**Construct the console*/ - public Console(RemoteAccesible _callerClass) + public Console(RemoteAccessible _callerClass) { commandNo = 0; Modified: JMathLib/trunk/src/jmathlib/ui/awt/GUI.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/awt/GUI.java 2009-03-01 13:11:14 UTC (rev 894) +++ JMathLib/trunk/src/jmathlib/ui/awt/GUI.java 2009-03-01 13:16:51 UTC (rev 895) @@ -1,9 +1,9 @@ package jmathlib.ui.awt; -import jmathlib.core.interfaces.RemoteAccesible; import jmathlib.core.interpreter.ErrorLogger; import jmathlib.core.interpreter.Interpreter; import jmathlib.core.interfaces.JMathLibOutput; +import jmathlib.core.interfaces.RemoteAccessible; import java.awt.*; import java.awt.event.*; @@ -22,7 +22,7 @@ * </ul> * </p> */ -public class GUI extends Frame implements JMathLibOutput, WindowListener, ActionListener, RemoteAccesible, ClipboardOwner +public class GUI extends Frame implements JMathLibOutput, WindowListener, ActionListener, RemoteAccessible, ClipboardOwner { /*The menubar container.*/ private MenuBar mainMenuBar; Modified: JMathLib/trunk/src/jmathlib/ui/common/Console.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/common/Console.java 2009-03-01 13:11:14 UTC (rev 894) +++ JMathLib/trunk/src/jmathlib/ui/common/Console.java 2009-03-01 13:16:51 UTC (rev 895) @@ -8,7 +8,7 @@ */ package jmathlib.ui.common; -import jmathlib.core.interfaces.RemoteAccesible; +import jmathlib.core.interfaces.RemoteAccessible; import java.awt.*; import java.awt.event.*; @@ -27,13 +27,13 @@ int lineStart; /**The applet containing the console*/ - RemoteAccesible callerClass; + RemoteAccessible callerClass; /**Event Handler used for handling key events*/ //public KeyListener keyHandler; /**Construct the console*/ - public Console(RemoteAccesible _callerClass) + public Console(RemoteAccessible _callerClass) { commandNo = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |