classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Another JLabel fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: Another JLabel fixlet
Date: Wed, 17 Aug 2005 11:38:24 +0200

The border of JLabel should not be painted in BasicLabelUI.paint(). If
there is a border to be painted (which normally isn't in JLabel), then
this is performed in JComponent.paint().

2005-08-17  Roman Kennke  <address@hidden>

        * javax/swing/plaf/basic/BasicLabelUI.java
        (paint): Don't paint the border here. If there is a border to
        be painted, this is usually performed in JComponent.paint().

/Roman

Attachment: BasicLabelUI.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]