[Mathlib-commitlog] SF.net SVN: mathlib:[899] JMathLib/trunk/src/jmathlib/ui/text/TextUI.java
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-01 13:29:06
|
Revision: 899 http://mathlib.svn.sourceforge.net/mathlib/?rev=899&view=rev Author: st_mueller Date: 2009-03-01 13:29:03 +0000 (Sun, 01 Mar 2009) Log Message: ----------- use Console.java from jmathlib.ui.common Modified Paths: -------------- JMathLib/trunk/src/jmathlib/ui/text/TextUI.java Modified: JMathLib/trunk/src/jmathlib/ui/text/TextUI.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/text/TextUI.java 2009-03-01 13:27:42 UTC (rev 898) +++ JMathLib/trunk/src/jmathlib/ui/text/TextUI.java 2009-03-01 13:29:03 UTC (rev 899) @@ -1,12 +1,21 @@ +/* + * This file is part or JMathLib + * + * Check it out at http://www.jmathlib.de + * + * Author: st...@he... + * (c) 2008-2009 + */ package jmathlib.ui.text; import jmathlib.core.interpreter.*; -import jmathlib.core.interfaces.*; -import jmathlib.ui.common.Console; +import jmathlib.core.interfaces.RemoteAccessible; +import jmathlib.core.interfaces.JMathLibOutput; import java.io.*; -public class TextUI implements RemoteAccesible, JMathLibOutput +/** text GUI for JMathLib */ +public class TextUI implements RemoteAccessible, JMathLibOutput { /**store whether executing lines or entering a function def*/ private boolean interactiveMode; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |