| A tool-bar. A tool-bar can be created by a Plugin to give the
user easy access to often used controls. This class is provided to simplify
construction of a tool-bar.
NOTE: one of the problems with JToolBar is that when a toolbar is dragged
out of it's home, it creates a toplevel window to live in, rather than a
Dialog . This means that it isn't a child of the desktop-pane if
the window-manager is in DESKTOP_MODE. If I can figure out how, I'd like
to make it so subclass of this class create a Dialog to live in if they
are dragged out of their parent, in which case I'll probably change the
other APIs to force everyone to use this class...
author: Rob Clark version: 0.1 |