Author: mes
Date: 2012-03-05 17:19:07 -0800 (Mon, 05 Mar 2012)
New Revision: 28433

Modified:
   
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
Log:
minor formatting of FileHandler

Modified: 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
===================================================================
--- 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
   2012-03-06 01:16:34 UTC (rev 28432)
+++ 
core3/impl/trunk/work-swing-impl/impl/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
   2012-03-06 01:19:07 UTC (rev 28433)
@@ -52,7 +52,7 @@
        private JTextField fileTextField;
        private ImageIcon image;
        private JLabel titleLabel;
-       private JSeparator titleSeparator;
+//     private JSeparator titleSeparator;
        private MouseClick mouseClick;
        private GroupLayout layout;
        private SupportedFileTypesManager fileTypesManager;
@@ -125,7 +125,7 @@
        //      -button to open the FileCHooser
        //add listener to the field and button
        private void setGui() {
-               titleSeparator = new JSeparator();
+               //titleSeparator = new JSeparator();
                titleLabel = new JLabel();
                image = new 
ImageIcon(getClass().getResource("/images/ximian/stock_open.png"));
                fileTextField = new JTextField();
@@ -168,7 +168,7 @@
                                                    .addContainerGap()
                                                    
.addGroup(layout.createParallelGroup(GroupLayout.Alignment.LEADING)
                                                              
.addComponent(titleLabel,GroupLayout.PREFERRED_SIZE,350,GroupLayout.PREFERRED_SIZE)
-                                                             
.addComponent(titleSeparator,GroupLayout.DEFAULT_SIZE,350,Short.MAX_VALUE)
+//                                                           
.addComponent(titleSeparator,GroupLayout.DEFAULT_SIZE,350,Short.MAX_VALUE)
                                                              
.addGroup(layout.createSequentialGroup()
                                                                        
.addComponent(fileTextField,GroupLayout.DEFAULT_SIZE,350,Short.MAX_VALUE)
                                                                        
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
@@ -180,8 +180,8 @@
                                        .addGroup(layout.createSequentialGroup()
                                                  .addContainerGap()
                                                  .addComponent(titleLabel)
-                                                 .addGap(8, 8, 8)
-                                                 
.addComponent(titleSeparator,GroupLayout.PREFERRED_SIZE,GroupLayout.DEFAULT_SIZE,GroupLayout.PREFERRED_SIZE)
+//                                               .addGap(8, 8, 8)
+//                                               
.addComponent(titleSeparator,GroupLayout.PREFERRED_SIZE,GroupLayout.DEFAULT_SIZE,GroupLayout.PREFERRED_SIZE)
                                                  .addGap(7, 7, 7)
                                                  
.addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
                                                  
.addGroup(layout.createParallelGroup(GroupLayout.Alignment.BASELINE)

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