Author: mmichaud
Date: 2009-04-02 07:58:58 -0700 (Thu, 02 Apr 2009)
New Revision: 16427
Modified:
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/util/ChooseFilePanel.java
Log:
Modified:
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/util/ChooseFilePanel.java
===================================================================
---
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/util/ChooseFilePanel.java
2009-04-02 14:58:43 UTC (rev 16426)
+++
csplugins/trunk/pasteur/mathieu/tunables2/src/main/java/org/cytoscape/work/util/ChooseFilePanel.java
2009-04-02 14:58:58 UTC (rev 16427)
@@ -19,12 +19,12 @@
JTextField jtf;
File[] myNetworkFile;
- myFile file;
+ File file;
java.util.List<String> paths;
//CyFileFilter[] tempCFF;
int LOAD = FileDialog.LOAD;
- public ChooseFilePanel(myFile infile){
+ public ChooseFilePanel(File infile){
this.file = infile;
setLayout(new BorderLayout());
@@ -38,7 +38,7 @@
paths = new ArrayList<String>();
}
- public myFile getFile(){
+ public File getFile(){
return file;
}
@@ -63,8 +63,8 @@
tooltip.append("</body></html>");
jtf.setText(fileNameSB.toString());
jtf.setToolTipText(tooltip.toString());
- file.setFiles(myNetworkFile);
- file.setPaths(paths);
+ //file.setFiles(myNetworkFile);
+ //file.setPaths(paths);
}
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---