Author: apico
Date: 2011-06-15 18:29:11 -0700 (Wed, 15 Jun 2011)
New Revision: 25775
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/view/CytoscapeDesktop.java
Log:
explictly set default window size for first-time launch
Modified:
cytoscape/trunk/application/src/main/java/cytoscape/view/CytoscapeDesktop.java
===================================================================
---
cytoscape/trunk/application/src/main/java/cytoscape/view/CytoscapeDesktop.java
2011-06-15 23:39:46 UTC (rev 25774)
+++
cytoscape/trunk/application/src/main/java/cytoscape/view/CytoscapeDesktop.java
2011-06-16 01:29:11 UTC (rev 25775)
@@ -370,6 +370,7 @@
}
catch (Exception e){
setLocationRelativeTo(null);
+ this.setSize(800, 600);
}
}
--
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.