This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Fix EmbeddedWindow cross-process embedding
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 15 Sep 2003 10:01:43 -0600
- Subject: Re: Patch: Fix EmbeddedWindow cross-process embedding
- References: <1063589585.5467.89.camel@babyface>
- Reply-to: tromey at redhat dot com
Tom> This patch allows embedding an EmbeddedWindow from one process into a
Tom> socket in another process. Previously, embedding a window from within
Tom> the same process worked but cross-process embedding failed.
Looks great, please check this in.
Tom> + create (((EmbeddedWindow)awtComponent).getHandle());
Usually there is a space after the closing paren of a cast.
Tom