ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> Jython-users
Jython-users
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved