Author: pwang
Date: 2011-04-04 14:03:00 -0700 (Mon, 04 Apr 2011)
New Revision: 24662

Modified:
   
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/GUITunableInterceptorImpl.java
Log:
Add a new method due to the API change

Modified: 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/GUITunableInterceptorImpl.java
===================================================================
--- 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/GUITunableInterceptorImpl.java
  2011-04-04 21:01:54 UTC (rev 24661)
+++ 
core3/work-swing-impl/trunk/impl/src/main/java/org/cytoscape/work/internal/tunables/GUITunableInterceptorImpl.java
  2011-04-04 21:03:00 UTC (rev 24662)
@@ -2,6 +2,7 @@
 
 
 import java.awt.Color;
+import java.awt.Window;
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
@@ -387,4 +388,8 @@
 
                return validateTunableInput();
        }
+       
+       public void setParent(Window win){
+               parent = win;
+       }
 }

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