Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
toolbar: An extension of JToolBar which adds support for ToolButton
- Summary
- ToolBar was originally designed for the ArgoUML project and has now been
broken out to allow reuse by other swing based applications.
ToolBar comes with -
* a ToolBarManager to allow changes in look and feel to be broadcast
to all toolbars in your application.
* a ToolBar class (extending JToolBar) which allows building of
specialist buttons from the ToolButton project
* a layout manager that allows toolbars to be docked to any edge of
your application window.
ToolButton is now included with ToolBar (not any longer a separate project).
ToolButton allows selection of several actions from one button by
various means. Dropping down additional buttons or rotating through
possible actions.
Changelog
- * Mon Feb 21 11:00:00 2005 David Walluck <david{%}jpackage{*}org> 0:0.4-2jpp
-
- Obsoletes: toolbutton
- fix ant dependency
- fix manifest
- macros
- * Sat Sep 4 12:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> 0:0.4-1jpp
-
- Update to 0.4.
- ToolButton has been merged in
- Rebuilt with Ant 1.6.2
- * Fri Jan 23 11:00:00 2004 David Walluck <david{%}anti-microsoft{*}org> 0:0.3-1jpp
-
- release