
 |
A PJava complient library providing more complex UI components that the standard
AWT package. They have been fashioned after the Swing components following many
of the core API's and interfaces. In many cases you will be able to simply import
our packages as well as Swing's, and depending on which library is included in the
CLASSPATH you get Zwing or Swing.
Current components in Version 1.0.4:
- JTabbedPane (Swing)
- JTree (Swing)
- JTable (Swing)
- ColorEditorPanel
Size: 47k jarfile
|
|
JTabbedPane |
Features:
- Colorized tabs
- Tab style selection
- Ability to embedded a JTabbedPane inside another
|
|
JTree |
Features:
- Root Visibility selection
- Colorized item selection
- Scrollable trees
- Expandable node indicator
- TreeModel support
new
- Icon support
|
|
JTable |
Features:
- Scrollable table
- Table Column Title visibility selection
- TableModel, TableColumnModel, TableColumn support
- Configurable CellRenderer CellEditor and HeaderRenderer
- TableEvent Listener Support
- Cell Selection and Editing Support
- Boolean field / Checkbox support
- Horizontal Scrolling
- Selectable single click editing
|
|
ColorEditorPanel |
Features:
- Syntax color highlighting
- Cursor indicator
- Low memory use, fast string buffer component
- Extendable Color processors using WordColorizer interface
|