CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Lillian Angel <[EMAIL PROTECTED]>       05/11/22 21:10:01

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/metal: MetalTabbedPaneUI.java 

Log message:
        2005-11-22  Lillian Angel  <[EMAIL PROTECTED]>
        
        * javax/swing/plaf/metal/MetalTabbedPaneUI.java
        (getColorForGap): Implemented. Background color is
        always returned in this case.
        (paintHighlightBelowTab): Added. Nothing to do in
        this function as far as i can tell.
        (shouldFillGap): Implemented. Gap should always be filled.
        (shouldRotateTabRuns): Implemented. Tabs are not rotated
        in Metal. False is always returned.
        (calculateMaxTabHeight): Implemented to call super.
        (getTabLabelShiftX): Implemented.
        (getTabLabelShiftY): Implemented.
        (getTabRunOverlay): Implemented.
        (paint): Implemented to call super.
        (paintContentBorderBottomEdge): Likewise.
        (paintContentBorderLeftEdge): Likewise.
        (paintContentBorderRightEdge): Likewise.
        (paintContentBorderTopEdge): Likewise.
        (paintFocusIndicator): Likewise.
        (update): Likewise. Should not work any differently from
        default implementation.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5703&tr2=1.5704&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalTabbedPaneUI.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text



Reply via email to