com.jgoodies.looks.plastic.PlasticIconFactory Factory class that vends <code>Icon</code>s for the JGoodies Plastic look and feel. These icons are used extensively in Plastic via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes. <p> Each ...
org.jdesktop.swing.JXTreeTable <p><code>JXTreeTable</code> is a specialized {@link javax.swing.JTable table} consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data. The interface for the data model used by a <code>JXTreeTable& ...
com.jgoodies.looks.common.ExtBasicMenuItemUI An implementation of <code>MenuItemUI</code> used by the JGoodies Windows and Plastic looks. Unlike it's superclass it aligns menu items, uses a slightly smaller gap between text and icon, which you can override in the UI defaults. @author Karsten Lentzsch @version $Revision: 1.2 $