This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: General embedded window support
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Jul 2003 15:26:55 -0600
- Subject: Re: FYI: Patch: General embedded window support
- References: <200307131644.22061.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> It adds a GNU extension to libgcj to embed AWT/Swing into native apps
Michael> using non-Java graphical toolkits.
I think this should probably go in Classpath as well.
That would mean writing a new JNI method though.
What do you think?
Tom