- java.lang.Object
- 
- javax.swing.plaf.basic.BasicBorders
 
- 
 public class BasicBorders extends Object Factory object that can vend Borders appropriate for the basic L & F.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBasicBorders.ButtonBorderDraws a border around a button.static classBasicBorders.FieldBorderDraws the border around a field.static classBasicBorders.MarginBorderDraws the border around components which support margins.static classBasicBorders.MenuBarBorderDraws the border around a menu bar.static classBasicBorders.RadioButtonBorderDraws the border around a radio button.static classBasicBorders.RolloverButtonBorderSpecial thin border for rollover toolbar buttons.static classBasicBorders.SplitPaneBorderDraws the border around the splitpane.static classBasicBorders.ToggleButtonBorderDraws the border around a toggle button.
 - 
Constructor SummaryConstructors Constructor Description BasicBorders()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BordergetButtonBorder()Returns a border instance for aJButton.static BordergetInternalFrameBorder()Returns a border instance for aJInternalFrame.static BordergetMenuBarBorder()Returns a border instance for aJMenuBar.static BordergetProgressBarBorder()Returns a border instance for aJProgressBar.static BordergetRadioButtonBorder()Returns a border instance for aJRadioButton.static BordergetSplitPaneBorder()Returns a border instance for aJSplitPane.static BordergetSplitPaneDividerBorder()Returns a border instance for aJSplitPanedivider.static BordergetTextFieldBorder()Returns a border instance for aJTextField.static BordergetToggleButtonBorder()Returns a border instance for aJToggleButton.
 
- 
- 
- 
Method Detail- 
getButtonBorderpublic static Border getButtonBorder() Returns a border instance for aJButton.- Returns:
- a border instance for a JButton
 
 - 
getRadioButtonBorderpublic static Border getRadioButtonBorder() Returns a border instance for aJRadioButton.- Returns:
- a border instance for a JRadioButton
 
 - 
getToggleButtonBorderpublic static Border getToggleButtonBorder() Returns a border instance for aJToggleButton.- Returns:
- a border instance for a JToggleButton
 
 - 
getMenuBarBorderpublic static Border getMenuBarBorder() Returns a border instance for aJMenuBar.- Returns:
- a border instance for a JMenuBar
 
 - 
getSplitPaneBorderpublic static Border getSplitPaneBorder() Returns a border instance for aJSplitPane.- Returns:
- a border instance for a JSplitPane
 
 - 
getSplitPaneDividerBorderpublic static Border getSplitPaneDividerBorder() Returns a border instance for aJSplitPanedivider.- Returns:
- a border instance for a JSplitPanedivider
- Since:
- 1.3
 
 - 
getTextFieldBorderpublic static Border getTextFieldBorder() Returns a border instance for aJTextField.- Returns:
- a border instance for a JTextField
 
 - 
getProgressBarBorderpublic static Border getProgressBarBorder() Returns a border instance for aJProgressBar.- Returns:
- a border instance for a JProgressBar
 
 - 
getInternalFrameBorderpublic static Border getInternalFrameBorder() Returns a border instance for aJInternalFrame.- Returns:
- a border instance for a JInternalFrame
 
 
- 
 
-