Open Menu
Close Menu
Apple
Shopping Bag
Apple
Mac
iPad
iPhone
Watch
TV
Music
Support
Search apple.com
Shopping Bag
Lists
Open Menu
Close Menu
Terms and Conditions
Lists hosted on this site
Email the Postmaster
Tips for posting to public mailing lists
Re: Best Java GUI Builder
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: Best Java GUI Builder
Subject
:
Re: Best Java GUI Builder
From: Tom Pelaia <
email@hidden
>
Date: Mon, 23 Jun 2008 14:31:22 -0400
Hi,
I don't really care much for any GUI builder that generates Java code, so I wrote my own GUI builder as part of a larger open source project.
http://sourceforge.net/projects/xaldev
The GUI builder is called "Bricks" and it doesn't generate any source code. Instead it generates a XML file that gets parsed at run time. You use the GUI builder to layout your swing components and then you create your controller code to manage the actions and data. It is somewhat similar in concept to OpenStep's GUI builder but nowhere near as fancy. The advantage is that you don't have to mess with any generated source code. This means that you get just the views you need when you want them. It is ideal not only for Java development but also for scripting languages such as JRuby and Jython since there is no code to compile. You can write a quick JRuby or Jython application with a nice user interface without compiling any Java code.
The project also includes an application framework for rapid development of full featured applications. This framework manages such things as documents, online help, console, open/save, copy/edit/paste and much more. The extensible menu is powerful by default.
You can probably remove most of the code within the project (accelerator physics framework) and just take what you need. It is organized into packages.
Let me know if you want more information.
tom
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Follow-Ups
:
Re: Best Java GUI Builder
From:
Lachlan Deck <email@hidden>
Prev by Date:
Re: WO 5.4 form value encoding problem
Next by Date:
Re: Best Java GUI Builder
Previous by thread:
Re: Best Java GUI Builder
Next by thread:
Re: Best Java GUI Builder
Index(es):
Date
Thread