This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix show() for modal Dialogs in general
- From: Tom Tromey <tromey at redhat dot com>
- To: Fernando Nasser <fnasser at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 12 Jan 2004 13:55:26 -0700
- Subject: Re: [PATCH] Fix show() for modal Dialogs in general
- References: <3FFF3D1A.3050304@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Fernando" == Fernando Nasser <fnasser@redhat.com> writes:
Fernando> My previous patch fixed only the FileDialog case. This one
Fernando> makes it work as described in the AWT documentation for
Fernando> general dialogs as well.
Fernando> OK to check it in?
Yes, thanks.
Tom