classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: Painting fix for Dialogs


From: Roman Kennke
Subject: [cp-patches] FYI: Painting fix for Dialogs
Date: Wed, 02 Nov 2005 19:41:22 +0000

My (hopefully) last patch before release. This fixes a painting issue
when using JDialogs. The problem was that the JComponent always searched
up the hierarchy, assuming that it has reached the containing window
when parent==null, which is not the case in Dialogs.

2005-11-02  Roman Kennke  <address@hidden>

        * javax/swing/JComponent.java
        (findOverlapFreeParent): Don't search beyond the components
        containing window (important when in a Dialog).

/Roman

Attachment: JComponent.diff
Description: Text Data


reply via email to

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