[Mathlib-commitlog] SF.net SVN: mathlib:[897] JMathLib/trunk/src/jmathlib/ui/awt/GUI.java
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-01 13:25:54
|
Revision: 897 http://mathlib.svn.sourceforge.net/mathlib/?rev=897&view=rev Author: st_mueller Date: 2009-03-01 13:25:51 +0000 (Sun, 01 Mar 2009) Log Message: ----------- use Console.java from jmathlib.ui.common Modified Paths: -------------- JMathLib/trunk/src/jmathlib/ui/awt/GUI.java Modified: JMathLib/trunk/src/jmathlib/ui/awt/GUI.java =================================================================== --- JMathLib/trunk/src/jmathlib/ui/awt/GUI.java 2009-03-01 13:23:39 UTC (rev 896) +++ JMathLib/trunk/src/jmathlib/ui/awt/GUI.java 2009-03-01 13:25:51 UTC (rev 897) @@ -4,6 +4,7 @@ import jmathlib.core.interpreter.Interpreter; import jmathlib.core.interfaces.JMathLibOutput; import jmathlib.core.interfaces.RemoteAccessible; +import jmathlib.ui.common.Console; import java.awt.*; import java.awt.event.*; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |