Author: apico
Date: 2012-09-19 19:51:36 -0700 (Wed, 19 Sep 2012)
New Revision: 30394
Modified:
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
Log:
#1466
Modified:
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
===================================================================
---
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
2012-09-20 02:48:44 UTC (rev 30393)
+++
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
2012-09-20 02:51:36 UTC (rev 30394)
@@ -284,7 +284,7 @@
*/
private JPanel createAttributeDescriptionPanel() {
JPanel panel = new JPanel();
- panel.setBorder(new TitledBorder("Attribute Description:"));
+ panel.setBorder(new TitledBorder("Table Column Description:"));
panel.setLayout(new BorderLayout());
attributeDescriptionBox = new JTextArea(5, 40);
attributeDescriptionBox.setEditable(false);
@@ -305,7 +305,7 @@
*/
private JPanel createAttributeValuePanel() {
JPanel panel = new JPanel();
- panel.setBorder(new TitledBorder("Sample Attribute Values:"));
+ panel.setBorder(new TitledBorder("Sample Column Values:"));
panel.setLayout(new GridLayout(1, 0));
// Table Cells are not editable
@@ -468,7 +468,7 @@
private JPanel createAttributeSelectionPanel() {
JPanel attributePanel = new JPanel();
- attributePanel.setBorder(new TitledBorder("Select Attribute:"));
+ attributePanel.setBorder(new TitledBorder("Select Column:"));
attributePanel.setLayout(new BoxLayout(attributePanel,
BoxLayout.X_AXIS));
// Create ComboBox
@@ -711,6 +711,6 @@
* @return DOCUMENT ME!
*/
public String getTitle() {
- return "Accessing sample attribute data";
+ return "Accessing sample column data";
}
}
--
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.