[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Mon Oct 24 00:34:49 UTC 2005
senger
Sun Oct 23 20:34:49 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard
In directory pub.open-bio.org:/tmp/cvs-serv21813/src/main/org/biomoby/service/dashboard
Modified Files:
Dashboard.java NOTES
Log Message:
moby-live/Java/src/main/org/biomoby/service/dashboard Dashboard.java,1.5,1.6 NOTES,1.8,1.9
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/Dashboard.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/Dashboard.java 2005/10/22 01:38:04 1.5
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/Dashboard.java 2005/10/24 00:34:49 1.6
@@ -126,6 +126,7 @@
public void show() {
JFrame frame = SwingUtils.createMainFrame (getComponent (propertyChannel),
getName());
+ addMenuBar (frame);
SwingUtils.showMainFrame (frame, dashboard.getPreferredSize());
}
@@ -280,6 +281,12 @@
}
/**************************************************************************
+ * Create and add a menu bar to the given frame.
+ **************************************************************************/
+ protected void addMenuBar (JFrame frame) {
+ }
+
+ /**************************************************************************
* Dashboard is listening to the changes of panels in order to
* repaint the header with a label of a currently selected panel.
**************************************************************************/
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES 2005/10/12 11:17:59 1.8
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/service/dashboard/NOTES 2005/10/24 00:34:49 1.9
@@ -126,7 +126,7 @@
TODO generally:
---------------
-* notice that the dasboard is used the first time and offer ti create
+* notice that the dasboard is used the first time and offer to create
a list of wanted panels (some of them are suggested as default)
* notice that user does not use cache (and that he did not select "do
More information about the MOBY-guts
mailing list