Author: ruschein Date: 2010-10-06 14:21:08 -0700 (Wed, 06 Oct 2010) New Revision: 22175
Modified:
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/ui/ImportTextTableDialog.java
Log:
Fixed layout problem.
Modified:
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/ui/ImportTextTableDialog.java
===================================================================
---
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/ui/ImportTextTableDialog.java
2010-10-06 20:57:02 UTC (rev 22174)
+++
cytoscape/trunk/coreplugins/TableImport/src/main/java/edu/ucsd/bioeng/coreplugin/tableImport/ui/ImportTextTableDialog.java
2010-10-06 21:21:08 UTC (rev 22175)
@@ -1,13 +1,6 @@
/*
- Copyright (c) 2006, 2007, 2009, The Cytoscape Consortium (www.cytoscape.org)
+ Copyright (c) 2006, 2007, 2009, 2010, The Cytoscape Consortium
(www.cytoscape.org)
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -1430,7 +1423,7 @@
.add(textImportOptionPanelLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(delimiterPanel,
org.jdesktop.layout.GroupLayout.PREFERRED_SIZE,
-
49,
+
71,
org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.add(previewOptionPanel,
org.jdesktop.layout.GroupLayout.DEFAULT_SIZE,
@@ -1444,7 +1437,7 @@
Short.MAX_VALUE)
.add(attributeNamePanel,
org.jdesktop.layout.GroupLayout.PREFERRED_SIZE,
-
45,
+
71,
org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.add(org.jdesktop.layout.GroupLayout.TRAILING,
reloadButton))));
--
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.
