Author: mmichaud
Date: 2009-03-16 08:01:56 -0700 (Mon, 16 Mar 2009)
New Revision: 16283
Modified:
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
Log:
Modified:
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
===================================================================
---
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
2009-03-16 15:00:30 UTC (rev 16282)
+++
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
2009-03-16 15:01:56 UTC (rev 16283)
@@ -6,22 +6,18 @@
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileInputStream;
-import java.io.FileOutputStream;
import java.io.InputStream;
-import java.io.OutputStream;
import java.lang.reflect.Field;
import java.net.URL;
import java.util.List;
import java.awt.event.KeyListener;
import javax.swing.*;
-import cytoscape.util.*;
import org.cytoscape.property.bookmark.Bookmarks;
import org.cytoscape.property.bookmark.BookmarksUtil;
import org.cytoscape.property.bookmark.Category;
import org.cytoscape.property.bookmark.DataSource;
import org.cytoscape.work.Tunable;
-import org.cytoscape.io.util.*;
import org.jdesktop.layout.GroupLayout;
@@ -106,7 +102,6 @@
if ( file != null ){
try{
InStream = new
FileInputStream(file.getAbsolutePath());
- //OutputStream out =
new FileOutputStream(file);
//InStream =
flUtil.getInputStream(file.getAbsolutePath());
f.set(o,InStream);
}catch (Exception e) {
e.printStackTrace();}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---