[MOBY-guts] biomoby commit

Eddie Kawas kawas at pub.open-bio.org
Mon Sep 27 21:27:04 UTC 2004


kawas
Mon Sep 27 17:27:04 EDT 2004
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/util
In directory pub.open-bio.org:/tmp/cvs-serv20440/org/biomoby/client/gui/util

Modified Files:
	TreeLoaderThread.java 
Log Message:


moby-live/Java/src/main/org/biomoby/client/gui/util TreeLoaderThread.java,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/util/TreeLoaderThread.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/util/TreeLoaderThread.java	2004/09/27 21:06:17	1.2
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/gui/util/TreeLoaderThread.java	2004/09/27 21:27:04	1.3
@@ -2,17 +2,14 @@
 import javax.swing.SwingUtilities;
 
 /**
- * This is the 3rd version of SwingWorker (also known as
- * SwingWorker 3), an abstract class that you subclass to
- * perform GUI-related work in a dedicated thread.  For
- * instructions on and examples of using this class, see:
- * 
- * http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html
- *
- * Note that the API changed slightly in the 3rd version:
- * You must now invoke start() on the SwingWorker after
- * creating it.
+ * @author Sun Micro Systems
+ * <p>This class was created to provide an abstract class that you subclass to
+ * <p>perform GUI-related work in a dedicated thread.
+ * @see http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html
+ * <p>For questions, comments, or bugs
+ * <p>email me at edward.kawas at gmail.com
  */
+
 public abstract class TreeLoaderThread {
     private Object value;  // see getValue(), setValue()
 




More information about the MOBY-guts mailing list