public class BasicBorders extends Object
Factory object that can vend Borders appropriate for the basic L & F.
Modifier and Type | Class and Description |
---|---|
static class |
BasicBorders.ButtonBorder |
static class |
BasicBorders.FieldBorder |
static class |
BasicBorders.MarginBorder |
static class |
BasicBorders.MenuBarBorder |
static class |
BasicBorders.RadioButtonBorder |
static class |
BasicBorders.RolloverButtonBorder Special thin border for rollover toolbar buttons. |
static class |
BasicBorders.SplitPaneBorder Draws the border around the splitpane. |
static class |
BasicBorders.ToggleButtonBorder |
public BasicBorders()
public static Border getButtonBorder()
public static Border getRadioButtonBorder()
public static Border getToggleButtonBorder()
public static Border getMenuBarBorder()
public static Border getSplitPaneBorder()
public static Border getSplitPaneDividerBorder()
Returns a border instance for a JSplitPane divider
public static Border getTextFieldBorder()
public static Border getProgressBarBorder()
public static Border getInternalFrameBorder()
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.