Swing JB 1.0.DEV.2008.07.30
#56:
http://code.google.com/p/javabuilders/issues/detail?id=56
Lists now require [] instead of (), e.g.
JButton(onAction=[$confirm,someMethod])
The old () is still supported, but will generate runtime warnings.
This makes the syntax for lists the same as in all other modern
scripting languages, such as Python, Ruby or Erlang.
#46 - GlazedLists integration
Initial JTable EventTableModel integration, with support for sorting
as well. Read the PDF book GlazedLists chapter and in the samples
check out the GlazedLists tab for an example in action.
Much more to follow, this is just the beginning.