KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > BorderUIResource > Top Examples

  • com.jgoodies.looks.plastic.PlasticBorders
    This class consists of a set of <code>Border</code>s used by the JGoodies Plastic Look and Feel UI delegates. @author Karsten Lentzsch @version $Revision: 1.3 $ Accessing and Creating Borders Returns a border instance for a <code>JButton</code>. @return the lazily creat ...
  • com.jgoodies.looks.windows.WindowsBorders
    Consists of static inner classes that define different <code>Borders</code> used in the JGoodies Windows look&amp;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.PlasticLookAndFeel
    Initializes class and component defaults for the JGoodies Plastic look&amp;feel. @author Karsten Lentzsch @version $Revision: 1.7 $
  • com.jgoodies.looks.plastic.PlasticSpinnerUI
    The JGoodies Plastic Look&amp;Feel implementation of <code>SpinnerUI</code>. Configures the default editor to adjust font baselines and component bounds. Also, changes the border of the buttons and the size of the arrows. @author Karsten Lentzsch @version $Revision: 1.4 $
Popular Tags