Author: Mathieu
Date: 2009-03-23 14:01:57 -0700 (Mon, 23 Mar 2009)
New Revision: 16327
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-23 20:31:33 UTC (rev 16326)
+++
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/FileHandler.java
2009-03-23 21:01:57 UTC (rev 16327)
@@ -117,10 +117,10 @@
}catch (Exception e) {
e.printStackTrace();}
networkFileTextField.setFont(new
Font(null, Font.PLAIN,10));
networkFileTextField.setText(file.getAbsolutePath());
+ filechoosen=true;
}
}
}
- filechoosen=true;
}
public String getState() {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---