|
Thinlet is a GUI toolkit, a single Java class, parses the hierarchy and
properties of the GUI, handles user interaction, and calls business logic.
Separates the graphic presentation (described in an XML file) and the
application methods (written as Java code).
Its compressed size is 27KB, and it is LGPL licensed.
This fourth beta is released on September 15, 2002.
|
|
|
 |
|
What's new |
Source is available using LGPL license.
Moved to thinlet package.
Extends lightweight Container, thus you can use it in a Swing application.
AppletLauncher and FrameLauncher for standalone thinlets.
MIDP version.
Focus manager is modified for these and Java 1.4.
Disabled tab of tabbedpane is not selectable.
Individual tooltip property is availbale for combobox choices, tabbedpane tabs, and menuitems.
Tree and layout bugs fixed.
Mouse wheel is supported with Java 1.4.
New methods.
|
What's next |
New event handling, more event types (e.g. for caret move, list double click).
API support for list/tree/table selection and modification.
New thread model (e.g. repaint during long application tasks, entirely modal dialogs).
Advanced table implementation (e.g. resize, reorder, sort columns).
And ...
|
|
|