[Mathlib-commitlog] SF.net SVN: mathlib:[892] JMathLib/trunk/src/jmathlib/ui/common
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-03-01 12:18:49
|
Revision: 892
http://mathlib.svn.sourceforge.net/mathlib/?rev=892&view=rev
Author: st_mueller
Date: 2009-03-01 12:18:45 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
added more comments
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/ui/common/Console.java
JMathLib/trunk/src/jmathlib/ui/common/ConsoleKeyHandler.java
Modified: JMathLib/trunk/src/jmathlib/ui/common/Console.java
===================================================================
--- JMathLib/trunk/src/jmathlib/ui/common/Console.java 2009-03-01 12:16:10 UTC (rev 891)
+++ JMathLib/trunk/src/jmathlib/ui/common/Console.java 2009-03-01 12:18:45 UTC (rev 892)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author: st...@he...
+ * (c) 2006-2009
+ */
package jmathlib.ui.common;
import jmathlib.core.interfaces.RemoteAccesible;
Modified: JMathLib/trunk/src/jmathlib/ui/common/ConsoleKeyHandler.java
===================================================================
--- JMathLib/trunk/src/jmathlib/ui/common/ConsoleKeyHandler.java 2009-03-01 12:16:10 UTC (rev 891)
+++ JMathLib/trunk/src/jmathlib/ui/common/ConsoleKeyHandler.java 2009-03-01 12:18:45 UTC (rev 892)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author: st...@he...
+ * (c) 2006-2009
+ */
package jmathlib.ui.common;
import java.awt.event.*;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|