[Mathlib-commitlog] SF.net SVN: mathlib:[859] JMathLib/trunk/src/jmathlib/plugins/ PluginsManager.j
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-21 17:48:52
|
Revision: 859
http://mathlib.svn.sourceforge.net/mathlib/?rev=859&view=rev
Author: st_mueller
Date: 2009-02-21 17:48:39 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
renamed MathLibOutput into JMathLibOutput and added a new method: setStatusText in order to show some status message in the GUI
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/plugins/PluginsManager.java
Modified: JMathLib/trunk/src/jmathlib/plugins/PluginsManager.java
===================================================================
--- JMathLib/trunk/src/jmathlib/plugins/PluginsManager.java 2009-02-21 17:48:09 UTC (rev 858)
+++ JMathLib/trunk/src/jmathlib/plugins/PluginsManager.java 2009-02-21 17:48:39 UTC (rev 859)
@@ -1,7 +1,7 @@
package jmathlib.plugins;
import jmathlib.core.interpreter.*;
-import jmathlib.core.interfaces.MathLibOutput;
+import jmathlib.core.interfaces.JMathLibOutput;
@@ -16,7 +16,7 @@
VariableList globals;
- MathLibOutput outputPanel;
+ JMathLibOutput outputPanel;
public PluginsManager()
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|