[Mathlib-commitlog] SF.net SVN: mathlib:[894] JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI .ja
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-01 13:11:24
|
Revision: 894 http://mathlib.svn.sourceforge.net/mathlib/?rev=894&view=rev Author: st_mueller Date: 2009-03-01 13:11:14 +0000 (Sun, 01 Mar 2009) Log Message: ----------- renamed RemoteAccesible.java to RemoteAccessible.java Modified Paths: -------------- JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI.java Modified: JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI.java 2009-03-01 13:10:38 UTC (rev 893) +++ JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI.java 2009-03-01 13:11:14 UTC (rev 894) @@ -9,7 +9,7 @@ package jmathlib.ui.applet; import jmathlib.core.interpreter.Interpreter; -import jmathlib.core.interfaces.RemoteAccesible; +import jmathlib.core.interfaces.RemoteAccessible; import jmathlib.core.interfaces.JMathLibOutput; import jmathlib.ui.common.Console; @@ -18,7 +18,7 @@ import java.applet.*; /**applet version of JMathLib*/ -public class JMathLibGUI extends Applet implements RemoteAccesible, JMathLibOutput +public class JMathLibGUI extends Applet implements RemoteAccessible, JMathLibOutput { /**Flag storing whether the program is running as an application or an applet*/ //boolean runningStandalone; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |