classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: Painting fix for Dialogs


From: David Gilbert
Subject: Re: [cp-patches] FYI: Painting fix for Dialogs
Date: Wed, 02 Nov 2005 20:22:49 +0000
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051026)

Roman Kennke wrote:

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
Hi Roman,

This makes the JUnit TestRunner "just work"!  Great stuff!

Regards,

Dave




reply via email to

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