Sorry, this project isn't progressing very much, but i'm working on. So in few weeks there will be some new improvement...
The target of this API is to provide some useful functions to create GUI very quickly with a reusable beautiful code.
I'm working on functions:
+ to create javax.swing.Action in easy/beautiful way using annotation.
+ to create javax.swing.JMenu from Action and order them, using annotation.
+ to improve the BeanDisplayer component.
You're ideas, feedbacks and comments maybe very useful for me. Don't be shy sending email.... read more
version 1.0-beta
2006/06, 26
---------------
second release for beta
ADD: NumberAsTextFieldEditor
ADD: Action Header Popup Menu to show/hide Expert/Hidden Property
FIX: property input error dialog window show twice when valid with key, not change focus.
there are two ways: change focus or press a VALID key (such as ENTER).
both case show a dialog window, so the focus is loss.
when press a key, show dialog, loss focus, so, re-show the dialog. that's fixed.
FIX: Problem when valid an input in an Editor
example: if input a number that contain char, it throws an Exception that is not catched
because it wasn't a PropertyVetoException. now catch Throwable
release the current 1.0-beta dev version used by refile project at
http://www.sf.net/projects/refile