Author: Mathieu
Date: 2009-03-06 19:10:42 -0800 (Fri, 06 Mar 2009)
New Revision: 16164

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


Modified: 
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
===================================================================
--- 
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
     2009-03-06 04:25:10 UTC (rev 16163)
+++ 
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
     2009-03-07 03:10:42 UTC (rev 16164)
@@ -28,8 +28,8 @@
                }catch(Exception e){e.printStackTrace();}
                
                panel.add(new JLabel("Path :"));
+               path = new JTextField("select file",12);
                path.setFont(new Font(null, Font.ITALIC,10));
-               path = new JTextField("select file",12);
                panel.add(path);
                button = new JButton("Select File...");
                button.addActionListener(this);


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