Contains component classes that extend or complement Swing component classes. They provide features that are used frequently in rich Swing applications.

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.

Related Documentation

For more information see: @see com.jgoodies.uif.builder @see com.jgoodies.uif.util