Author: ruschein
Date: 2010-11-23 10:55:56 -0800 (Tue, 23 Nov 2010)
New Revision: 22993
Modified:
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
Log:
Start the data panel in the docked state.
Modified:
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
===================================================================
---
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
2010-11-23 06:29:33 UTC (rev 22992)
+++
core3/swing-application-impl/trunk/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
2010-11-23 18:55:56 UTC (rev 22993)
@@ -217,7 +217,7 @@
private BiModalJSplitPane createRightPane(BiModalJSplitPane
topRightPane) {
// create cytopanel with tabs along the bottom
cytoPanelSouth = new CytoPanelImp(CytoPanelName.SOUTH,
JTabbedPane.BOTTOM,
- CytoPanelState.HIDE,
cyEventHelper);
+ CytoPanelState.DOCK,
cyEventHelper);
// create the split pane - hidden by default
BiModalJSplitPane splitPane = new BiModalJSplitPane(this,
JSplitPane.VERTICAL_SPLIT,
--
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.