classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Some Swing fixes


From: Roman Kennke
Subject: [cp-patches] FYI: Some Swing fixes
Date: Thu, 22 Sep 2005 16:49:34 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

JAPI pointed me to some errors in our code. I fixed these. Also the
doubleBuffered flag can now be removed from JRootPane since all swing
components are now double buffered.

2005-09-22  Roman Kennke  <address@hidden>

        * javax/swing/JApplet.java
        (accessibleContext): Made field protected as specified.
        * javax/swing/JButton.java
        (accessibleContext): Removed field. The inherited JComponents
        accessibleContext field should be used instead.
        * javax/swing/JLabel.java
        (accessibleContext): Removed field. The inherited JComponents
        accessibleContext field should be used instead.
        * javax/swing/JRootPane.java
        (JRootPane): Removed unnecessary setDoubleBuffered() call.

/Roman

Attachment: swing-fixlets.diff
Description: Text Data


reply via email to

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