Author: scooter
Date: 2010-09-16 16:44:14 -0700 (Thu, 16 Sep 2010)
New Revision: 21909
Modified:
cytoscape/trunk/coreplugins/QuickFind/src/main/java/csplugins/quickfind/view/QuickFindPanel.java
Log:
Set the label to black when search is available so it doesn't look like
it's disabled.
Modified:
cytoscape/trunk/coreplugins/QuickFind/src/main/java/csplugins/quickfind/view/QuickFindPanel.java
===================================================================
---
cytoscape/trunk/coreplugins/QuickFind/src/main/java/csplugins/quickfind/view/QuickFindPanel.java
2010-09-16 23:37:59 UTC (rev 21908)
+++
cytoscape/trunk/coreplugins/QuickFind/src/main/java/csplugins/quickfind/view/QuickFindPanel.java
2010-09-16 23:44:14 UTC (rev 21909)
@@ -181,6 +181,7 @@
comboBox.setVisible(true);
rangeSlider.setVisible(false);
configButton.setEnabled(false);
+ label.setForeground(Color.GRAY);
}
/**
@@ -192,6 +193,7 @@
comboBox.setEnabled(true);
rangeSlider.setEnabled(true);
configButton.setEnabled(true);
+ label.setForeground(Color.BLACK);
}
/**
--
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.