All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.border.JBorderFactory
public JBorderFactory()
public static Border createLineBorder(Color color)
public static Border createLineBorder(Color color, int thickness)
public static Border createBezelBorder(int type)
public static Border createBezelBorder(int type, Color highlight, Color shadow)
public static Border createBezelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)
public static Border createGroovedBorder()
public static Border createGroovedBorder(Color highlight, Color shadow)
public static JTitledBorder createTitledBorder(JComponent c, String title)
public static JTitledBorder createTitledBorder(JComponent c, Border border)
public static JTitledBorder createTitledBorder(JComponent c, Border border, String title)
public static JTitledBorder createTitledBorder(JComponent c, Border border, String title, int titleJustification, int titlePosition)
public static JTitledBorder createTitledBorder(JComponent c, Border border, String title, int titleJustification, int titlePosition, Font titleFont)
public static JTitledBorder createTitledBorder(JComponent c, Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
public static Border createEmptyBorder()
public static Border createEmptyBorder(int top, int left, int bottom, int right)
public static JCompoundBorder createCompoundBorder()
public static JCompoundBorder createCompoundBorder(Border outsideBorder, Border insideBorder)
All Packages Class Hierarchy This Package Previous Next Index