W3cubDocs

/OpenJDK 8 GUI

Class BasicBorders

public class BasicBorders
extends Object

Factory object that can vend Borders appropriate for the basic L & F.

Nested Classes

Nested Classes
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

Constructors

BasicBorders

public BasicBorders()

Methods

getButtonBorder

public static Border getButtonBorder()

getRadioButtonBorder

public static Border getRadioButtonBorder()

getToggleButtonBorder

public static Border getToggleButtonBorder()

getMenuBarBorder

public static Border getMenuBarBorder()

getSplitPaneBorder

public static Border getSplitPaneBorder()

getSplitPaneDividerBorder

public static Border getSplitPaneDividerBorder()

Returns a border instance for a JSplitPane divider

Since:
1.3

getTextFieldBorder

public static Border getTextFieldBorder()

getProgressBarBorder

public static Border getProgressBarBorder()

getInternalFrameBorder

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.