About JWAX
JWAX is an open source AJAX event driven component framework modeled after
Swing, SWT and other component based systems. JWAX Features Include:
- Object Oriented Design
- Event Driven
- Pluggable Themes
- Renderkit code generation
- Simple base component library
- Simple and complex (aggregated) components
To learn more about JWAX visit: www.jwax.org
Release Notes
v.03b
- Add menu support
- Add support for component insets
- Add support for component alignment
- Add support for component background images (overloaded) (supports color
and images)
- Add AJAX page loading support for div
- Fix mouse event coord/mask
- Moved actionlistener/changelistener to abstract button and leverage
mouse event delication
- Fix objectId to support greater keys
- Fix autoscroll on components
- Fix bug with width & height of components using percentage
- Fix status bar text for all components
- Fix flow of notebook tabs
- Fix Theme support and dynamic selection of themes
- Fix delegated mouse events for all components and ActionListeners
- Separate runtime from renderers
- Modularize runtime/images/renderers together... read more