[Jython-users] GUI for Jython app
by Owen Densmore other posts by this author
Dec 4 2004 5:51AM messages near this date
Re: [Jython-users] Auto getter/setter generation?
|
RE: [Jython-users] GUI for Jython app
You might consider Thinlets, which have a community contribution which
enables Bean Scripting Framework .. including Jython.
You use an XML description of the GUI, which is read in by a XUL
"engine" generating the layout at runtime, and manages the events from
the GUI components.
Owen
On Dec 3, 2004, at 9:06 PM, jython-users-request@[...].net
wrote:
> To: jython-users@[...].net
> From: Christoph Marti <christoph.marti@[...].com>
> Date: Fri, 3 Dec 2004 08:21:35 +0100
> 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
-------------------------------------------------------
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
|