Author: kono
Date: 2011-11-17 12:01:38 -0800 (Thu, 17 Nov 2011)
New Revision: 27514

Modified:
   
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
Log:
Divider location modified.

Modified: 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
===================================================================
--- 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
     2011-11-17 19:25:25 UTC (rev 27513)
+++ 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
     2011-11-17 20:01:38 UTC (rev 27514)
@@ -91,7 +91,7 @@
 
        private final static long serialVersionUID = 1202339866271348L;
        
-       private static final Dimension DEF_DESKTOP_SIZE = new Dimension(1100, 
800);
+       private static final Dimension DEF_DESKTOP_SIZE = new Dimension(1150, 
850);
        private static final int DEF_DIVIDER_LOATION = 450;
        
        private static final String SMALL_ICON = "/images/c16.png";
@@ -195,6 +195,9 @@
                pack();
                setSize(DEF_DESKTOP_SIZE);
                
+               // Defines default divider location for the network panel to 
JDesktop
+               masterPane.setDividerLocation(400);
+               
                // Move it to the center
                this.setLocationRelativeTo(null);
 

-- 
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