RE: [Jython-users] GUI for Jython app
by Christoph Marti other posts by this author
Dec 3 2004 12:55PM messages near this date
[Jython-users] GUI for Jython app
|
Re: [Jython-users] GUI for Jython app
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
construction of the GUI.
with kind regards
Christoph Marti
"Melchior, Joris" <Joris.Melchior@[...].com>
Sent by: jython-users-admin@[...].net
03.12.2004 13:09
To
<jython-users@[...].net>
cc
Subject
RE: [Jython-users] GUI for Jython app
I have no experience with SWT but Swing is quite easy to do. Simply import
the packages you need and start using them in your program as you would
use any other Java library.
Regards, Joris.
-----Original Message-----
From: Christoph Marti [mailto:christoph.marti@[...].com]
Sent: Friday, December 03, 2004 2:22 AM
To: jython-users@[...].net
Subject: [Jython-users] GUI for Jython app
Hello,
I am using jython mainly for file processing and some jdbc stuff. Now I
have to build a GUI front-end for one of my applications. Which is the
recommended tool for GUI development for Jython? Is there a tool which
allows to generate Jython code to use SWING or SWT?
with kind regards
Christoph Marti
Attachments:
unknown1
Thread:
Christoph Marti
Diez B. Roggisch
|