A simple UI framework for java?
Swing and RCP seem to be overkill for prototyping a quick UI. Does anyone know of anything smaller and easier to use. I started to look at the Spring richclient stuff.. but I don't want to get too far down the UI rabbit hole...
Public Comments
- SpringFX will be released this Dec. 4. It is a script language built on top of java. It is the containment heirachy like xml Frame { width: 190; height: 200; content: Canvas { ... } Swing really isn't that bad. I will opinion Swing is bulky and makes code presentation too many lines to paste in Yahoo Answers.
- Try! 1) GWT -google web tool http://code.google.com/webtoolkit/ for web applications 2) eclipse SWT http://www.eclipse.org/swt/ hope this will help Cheers:)
Powered by Yahoo! Answers