[Mathlib-commitlog] SF.net SVN: mathlib:[589] JMathLib/trunk/src/jmathlib/ui/awt/Console.java
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-12-31 13:37:26
|
Revision: 589
http://mathlib.svn.sourceforge.net/mathlib/?rev=589&view=rev
Author: st_mueller
Date: 2008-12-31 13:37:20 +0000 (Wed, 31 Dec 2008)
Log Message:
-----------
moved quit and exit to separate files
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/ui/awt/Console.java
Modified: JMathLib/trunk/src/jmathlib/ui/awt/Console.java
===================================================================
--- JMathLib/trunk/src/jmathlib/ui/awt/Console.java 2008-12-31 13:36:06 UTC (rev 588)
+++ JMathLib/trunk/src/jmathlib/ui/awt/Console.java 2008-12-31 13:37:20 UTC (rev 589)
@@ -125,11 +125,11 @@
String inputString = text.substring(text.lastIndexOf("> ") + 2, text.length());
/* exit application */
- if(inputString.equals("quit") ||
+ /* if(inputString.equals("quit") ||
inputString.equals("exit") )
{
callerClass.close();
- }
+ }*/
append("\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|