Author: pwang
Date: 2011-07-07 12:43:54 -0700 (Thu, 07 Jul 2011)
New Revision: 26100
Modified:
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/ui/ImportTablePanel.java
Log:
Hide the alias Panel
Modified:
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/ui/ImportTablePanel.java
===================================================================
---
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/ui/ImportTablePanel.java
2011-07-07 17:46:25 UTC (rev 26099)
+++
core3/table-import-impl/trunk/src/main/java/org/cytoscape/tableimport/internal/ui/ImportTablePanel.java
2011-07-07 19:43:54 UTC (rev 26100)
@@ -314,6 +314,9 @@
this.helpButton.setVisible(false);
setPreviewPanel(null);
+
+ // Hide the alias Panel, we will do the table join somewhere
else, not in this GUI
+ aliasScrollPane.setVisible(false);
}
--
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.