Author: pwang
Date: 2011-07-08 11:47:50 -0700 (Fri, 08 Jul 2011)
New Revision: 26120

Modified:
   
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/MyTableHeaderRenderer.java
Log:
Changed the color for virtual column header, red->lightgray 

Modified: 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/MyTableHeaderRenderer.java
===================================================================
--- 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/MyTableHeaderRenderer.java
      2011-07-08 17:17:07 UTC (rev 26119)
+++ 
core3/table-browser-impl/trunk/src/main/java/org/cytoscape/browser/internal/MyTableHeaderRenderer.java
      2011-07-08 18:47:50 UTC (rev 26120)
@@ -77,8 +77,8 @@
                
                String toolTip = col.getType().getName();
                if(col.isVirtual()){
-                       this.setForeground(Color.cyan);
-                       this.setBackground(Color.red);
+                       this.setForeground(defaultForeground);
+                       this.setBackground(Color.lightGray);
                        this.setOpaque(true);
                        toolTip = "<html>" + col.getType().getName()+ "<br 
/>Virtual Column</html>";
                }

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