This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Jython and gij-4.0
- From: Tom Tromey <tromey at redhat dot com>
- To: Sandor Bodo-Merle <sbodomerle at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 17 May 2005 09:55:27 -0600
- Subject: Re: Jython and gij-4.0
- References: <a07057190505150649556125b7@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Sandor" == Sandor Bodo-Merle <sbodomerle@gmail.com> writes:
Sandor> Using jython on top of gij-4.0 (gcc version 4.0.1 20050508
Sandor> (prerelease) (Debian 4.0.0-6) )
Nice.
>>>> win = swing.JFrame('Jython on GIJ4')
>>>> win.size = (100, 100)
>>>> win.show()
Sandor> (.:8315): GLib-GObject-WARNING **: invalid uninstantiatable type
Sandor> `gint' in cast to `GtkWidget'
Sandor> [ etc ]
Offhand I don't know what is going on here; I haven't really looked
into our Swing code. Could you file a PR for this?
Tom