[Mathlib-commitlog] SF.net SVN: mathlib:[834] JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI .ja
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-02-08 16:46:19
|
Revision: 834 http://mathlib.svn.sourceforge.net/mathlib/?rev=834&view=rev Author: st_mueller Date: 2009-02-08 16:46:13 +0000 (Sun, 08 Feb 2009) Log Message: ----------- removed applet-parameter from Interpreter-constructor 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-02-08 16:45:39 UTC (rev 833) +++ JMathLib/trunk/src/jmathlib/ui/applet/JMathLibGUI.java 2009-02-08 16:46:13 UTC (rev 834) @@ -58,7 +58,7 @@ container.add("Center", answer); - interpreter = new Interpreter(false, this); + interpreter = new Interpreter(false); interpreter.setOutputPanel(answer); interpreter.executeExpression("startup"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |