static javax.swing.border.Border | createBevelBorder(int type)
|
static javax.swing.border.Border | createBevelBorder(int type, java.awt.Color highlight, java.awt.Color shadow)
|
static javax.swing.border.Border | createBevelBorder(int type, java.awt.Color highlightOuter, java.awt.Color highlightInner, java.awt.Color shadowOuter, java.awt.Color shadowInner)
|
static javax.swing.border.CompoundBorder | createCompoundBorder()
|
static javax.swing.border.CompoundBorder | createCompoundBorder(javax.swing.border.Border outsideBorder, javax.swing.border.Border insideBorder)
|
static javax.swing.border.Border | createEmptyBorder()
|
static javax.swing.border.Border | createEmptyBorder(int top, int left, int bottom, int right)
|
static javax.swing.border.Border | createEtchedBorder()
|
static javax.swing.border.Border | createEtchedBorder(java.awt.Color highlight, java.awt.Color shadow)
|
static javax.swing.border.Border | createLineBorder(java.awt.Color color)
|
static javax.swing.border.Border | createLineBorder(java.awt.Color color, int thickness)
|
static javax.swing.border.Border | createLoweredBevelBorder()
|
static javax.swing.border.MatteBorder | createMatteBorder(int top, int left, int bottom, int right, java.awt.Color color)
|
static javax.swing.border.MatteBorder | createMatteBorder(int top, int left, int bottom, int right, javax.swing.Icon tileIcon)
|
static javax.swing.border.Border | createRaisedBevelBorder()
|
static javax.swing.border.TitledBorder | createTitledBorder(java.lang.String title)
|
static javax.swing.border.TitledBorder | createTitledBorder(javax.swing.border.Border border)
|
static javax.swing.border.TitledBorder | createTitledBorder(javax.swing.border.Border border, java.lang.String title)
|
static javax.swing.border.TitledBorder | createTitledBorder(javax.swing.border.Border border, java.lang.String title, int titleJustification, int titlePosition)
|
static javax.swing.border.TitledBorder | createTitledBorder(javax.swing.border.Border border, java.lang.String title, int titleJustification, int titlePosition, java.awt.Font titleFont)
|
static javax.swing.border.TitledBorder | createTitledBorder(javax.swing.border.Border border, java.lang.String title, int titleJustification, int titlePosition, java.awt.Font titleFont, java.awt.Color titleColor)
|