KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > border > AbstractBorder > 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.opensymphony.workflow.designer.swing.FramePanel
  • com.jgoodies.looks.common.ShadowPopupBorder
    A border with a drop shadow intended to be used as the outer border of popups. Can paint the screen background if used with heavy-weight popup windows. @author Stefan Matthias Aust @author Karsten Lentzsch @author Andrej Golovnin @version $Revision: 1.5 $ @see ShadowPopup @see ShadowPopupFactory ...
Popular Tags