com.jgoodies.looks.windows.WindowsBorders Consists of static inner classes that define different <code>Borders</code> used in the JGoodies Windows look&feel. @author Karsten Lentzsch @version $Revision: 1.3 $ Accessing and Creating Borders Returns a <code>Border</code> for a <code>JButton</code ...
com.jgoodies.looks.plastic.PlasticToggleButtonUI The JGoodies Plastic L&F implementation of <code>ToggleButtonUI</code>. It differs from its superclass in that it can add a pseudo 3D effect, and that it listens to the <code>jgoodies.isNarrow</code> property to choose an appropriate margin. @author Karsten Lentzs ...
com.jgoodies.looks.plastic.PlasticButtonUI The JGoodies Plastic L&F implementation of <code>ButtonUI</code>. It differs from the superclass <code>MetalButtonUI</code> in that it can add a pseudo 3D effect, and that it listens to the <code>jgoodies.isNarrow</code> property to choose an appropriate ...
com.jgoodies.looks.plastic.ActiveBasicButtonListener Unlike its superclass this class sets the armed state when the mouse is over the button, where the 1.4 superclass sets the armed state only if the button is pressed. @author Karsten Lentzsch @version $Revision: 1.3 $
com.jgoodies.looks.demo.DemoFrame Builds the main frame in the Simple Looks Demo. Demonstrates and tests different multi-platform issues by showing a variety of Swing widgets in different configurations. Also, this frame contains examples for Swing misuse, that can be automatically corrected by ClearLook.<p> This class prov ...
org.apache.batik.svggen.SwingSVGPrettyPrint This class offers a way to create an SVG document with grouping that reflects the Swing composite structure (container/components). @author Vincent Hardy @version $Id: SwingSVGPrettyPrint.java,v 1.9 2005/03/27 08:58:35 cam Exp $
com.jgoodies.looks.windows.WindowsToolBarUI Corrects superclass behavior for rollover borders and adds behavior for handling different types of borders. @author Karsten Lentzsch @version $Revision: 1.2 $