Author: mes
Date: 2010-11-22 16:05:09 -0800 (Mon, 22 Nov 2010)
New Revision: 22987

Modified:
   
core3/swing-application-api/trunk/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
Log:
added a status toolbar to the main gui

Modified: 
core3/swing-application-api/trunk/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
===================================================================
--- 
core3/swing-application-api/trunk/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
     2010-11-22 23:52:49 UTC (rev 22986)
+++ 
core3/swing-application-api/trunk/src/main/java/org/cytoscape/application/swing/CySwingApplication.java
     2010-11-23 00:05:09 UTC (rev 22987)
@@ -38,6 +38,7 @@
 
 
 import javax.swing.JFrame;
+import javax.swing.JPanel;
 import javax.swing.JMenu;
 import javax.swing.JMenuBar;
 import javax.swing.JToolBar;
@@ -93,4 +94,10 @@
         * @return the JFrame that contains the application. 
         */
        JFrame getJFrame();
+
+       /**
+        * Returns the status JToolBar of the application. 
+        * @return the status JToolBar of the application. 
+        */
+       JToolBar getStatusToolBar();
 }

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to