CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/11/03 22:26:10

Modified files:
        .              : ChangeLog 
        javax/swing/table: DefaultTableCellRenderer.java 

Log message:
        2005-11-03  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/table/DefaultTableCellRenderer.java
        (background): New field.
        (foreground): New field.
        (setBackground): Store the color that is set here.
        (setForeground): Store the color that is set here.
        (getTableCellRendererComponent): For the unselected color, set the
        value of the foreground or background fields if not null, otherwise
        the value of the according table properties. Don't change
        the color in the focused clause.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5456&tr2=1.5457&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/table/DefaultTableCellRenderer.java.diff?tr1=1.19&tr2=1.20&r1=text&r2=text



Reply via email to