Quick Menu Creation with the Java SwingBuilder's SWT-style API
The latest 0.2.DEV release of the Java SwingBuilder introduces SWT-style API for creating menu items in the YAML file, thus allowing you to specify the text, mnemonic and accelerator all in one property:
JMenuItem(name=saveMenu, onAction=save, text="&Save\tCtrl+S")
Get the latest version from our site:
http://code.google.com/p/javabuilders/
In other news we've also updated our visual layout DSL wiki to show how John O'Conner's layout manager challenge:
http://weblogs.java.net/blog/joconner/archive/2006/10/layout_manager.html

...would be implemented in the Java SwingBuilder with our visual layout DSL for MigLayout ...piece of cake:
http://code.google.com/p/javabuilders/wiki/LayoutDSL

| Attachment | Size |
|---|---|
| layout1.png | 36.77 KB |
- Login or register to post comments
- 4027 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)



