Author: mmichaud
Date: 2009-03-26 07:38:08 -0700 (Thu, 26 Mar 2009)
New Revision: 16341
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-26 12:54:50 UTC (rev 16340)
+++
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
2009-03-26 14:38:08 UTC (rev 16341)
@@ -57,12 +57,12 @@
}
titleSeparator = new JSeparator();
- titleLabel = new JLabel("Import URL file");
+ titleLabel = new JLabel("Import Network file");
image = new
ImageIcon(Cytoscape.class.getResource("/images/ximian/stock_open.png"));
networkFileTextField = new JTextField();
networkFileTextField.setText("Please select a network file...");
networkFileTextField.setName("networkFileTextField");
- networkFileTextField.setEditable(false);
+ networkFileTextField.setEditable(true);
networkFileTextField.setFont(new Font(null, Font.ITALIC,12));
button = new JButton("Open a File...",image);
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
-~----------~----~----~----~------~----~------~--~---