KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicBorders > 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.PlasticXPBorders
    This class consists of a set of <code>Border</code>s used by the JGoodies Plastic XP Look and Feel UI delegates. @author Karsten Lentzsch @version $Revision: 1.2 $ Accessing and Creating Borders Returns a border instance for a <code>JButton</code>. Returns a border ins ...
  • com.jgoodies.looks.windows.WindowsLookAndFeel
    The main class of the JGoodies Windows Look&amp;Feel. This look provides several corrections and extensions to Sun's Windows L&F. In addition it tries to provide a unified look for the J2SE 1.4.0x, 1.4.1x, 1.4.2, and 1.5 environments. @author Karsten Lentzsch @version $Revision: 1.6 $
  • 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