Hi Roman,

On Sun, 2006-03-19 at 20:58 +0100, Roman Kennke wrote:
> The solution is of course to use a plain
> JDialog that's made modal by calling setModal(true).

That is what your Changelog entry says. But not what your patch does.
setModal() is not used in your patch anymore.

> 2006-03-19  Roman Kennke  <[EMAIL PROTECTED]>
> 
>         * javax/swing/JColorChooser.java
>         (createDialog): Create JDialog instead of ModalDialog. Make this
>         dialog modal by calling setModal(true).
>         (ModalDialog): Removed unnecessary inner class.

There is also a package private static method makeModal() that isn't
used anymore after this patch. Should probably be removed also.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to