Package org.brains2b.swingext.gui

Interface Summary
SelectablePanel Interface identifying this panel as selectable in a ScrollablePanel
 

Class Summary
ExtButtonGroup Extended ButtonGroup overwrites ButtonGroup to keep access to the buttons contained and the sequence it is contained in.
GuiItemFactory Factory class to create Swing components mostly from an Action Through UIMananager some options will influence the Components created.
IconFactory Creates and caches Icons from the given Resource location
OptionalButton OptionalButton is an extension of JButton to have a Button implementation that cannot get the focus, either by requesting it or through the FocusManager.
ScrollablePanel Panel which implements the Scrollable interface for multi continous forms Adding panels which implement the SelectablePanel interface make it easy to select a panel in this scrollable list of panels Scrolling can be set to be either HORIZONTAL or VERTICAL, the other dimension will thereby be fixed on the size of the added panels.
StatusBar