Author: pwang
Date: 2011-12-14 10:20:44 -0800 (Wed, 14 Dec 2011)
New Revision: 27787
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
Log:
Close window after OK is clicked
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-12-14 01:44:19 UTC (rev 27786)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/layout/ui/LayoutSettingsDialog.java
2011-12-14 18:20:44 UTC (rev 27787)
@@ -231,6 +231,7 @@
SetPreferredLayoutTaskFactory factory = new
SetPreferredLayoutTaskFactory(layout, this.cytoscapePropertiesServiceRef);
this.taskManager.execute(factory);
+ this.dispose();
}
private void btnCancelActionPerformed(java.awt.event.ActionEvent evt) {
--
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.