Package Summary  Overview Summary

class:BasicBorders [NONE]


public class BasicBordersextends Object
Factory object that can vend Borders appropriate for the basic L & F.

constructor:BasicBorders() [NONE]

  • BasicBorders

    public BasicBorders()
    Constructs a BasicBorders.

method:getButtonBorder() [NONE]

  • getButtonBorder

    public static  Border getButtonBorder()
    Returns a border instance for a JButton.
    Returns:
    a border instance for a JButton
  • method:getRadioButtonBorder() [NONE]

    getRadioButtonBorder

    public static  Border getRadioButtonBorder()
    Returns a border instance for a JRadioButton.
    Returns:
    a border instance for a JRadioButton

    method:getToggleButtonBorder() [NONE]

    getToggleButtonBorder

    public static  Border getToggleButtonBorder()
    Returns a border instance for a JToggleButton.
    Returns:
    a border instance for a JToggleButton

    method:getMenuBarBorder() [NONE]

    getMenuBarBorder

    public static  Border getMenuBarBorder()
    Returns a border instance for a JMenuBar.
    Returns:
    a border instance for a JMenuBar

    method:getSplitPaneBorder() [NONE]

    getSplitPaneBorder

    public static  Border getSplitPaneBorder()
    Returns a border instance for a JSplitPane.
    Returns:
    a border instance for a JSplitPane

    method:getSplitPaneDividerBorder() [NONE]

    getSplitPaneDividerBorder

    public static  Border getSplitPaneDividerBorder()
    Returns a border instance for a JSplitPane divider.
    Returns:
    a border instance for a JSplitPane divider
    Since:
    1.3

    method:getTextFieldBorder() [NONE]

    getTextFieldBorder

    public static  Border getTextFieldBorder()
    Returns a border instance for a JTextField.
    Returns:
    a border instance for a JTextField

    method:getProgressBarBorder() [NONE]

    getProgressBarBorder

    public static  Border getProgressBarBorder()
    Returns a border instance for a JProgressBar.
    Returns:
    a border instance for a JProgressBar

    method:getInternalFrameBorder() [NONE]

    getInternalFrameBorder

    public static  Border getInternalFrameBorder()
    Returns a border instance for a JInternalFrame.
    Returns:
    a border instance for a JInternalFrame

    © 2023 Oracle Corporation and/or its affiliates