Classes with a UIF
prefix extend Swing classes.
For example UIFButton
extends JButton
and UIFSplitPane
extends JSplitPane
.
These UIF component classes can replace the Swing core classes
and just extend the superclass behavior.
The other components in this package complement the Swing components
by providing new features. For example the ToolBarButton
is a JButton
subclass useful in tool bars.