Re: [Jython-users] GUI for Jython app
by Diez B. Roggisch other posts by this author
Dec 3 2004 1:28PM messages near this date
RE: [Jython-users] GUI for Jython app
|
RE: [Jython-users] GUI for Jython app
Am Freitag, 3. Dezember 2004 13:55 schrieb Christoph Marti:
> Sorry for not asking better. I have already used java packages for
> hand-coding some GUI stuff and know how to import and use SWING classes.
> What I am looking for is a tool, kind of a visual GUI painter, which
> generates most of the Jython code from building blocks and visual
I doubt such a tool exists for jython - google doesn't turn up any results for
it.
You might be able to use standard java tools, and use their compiled java
output - usually its a bad idea to meddle with generated code anyway, so my
technique for using qt gui controls in python is by extending them, not
altering their source. So I think using generated classes implemented in java
and extend them in jython should get you far enough.
Diez
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Christoph Marti
Diez B. Roggisch
|