public class LineBorder extends java.lang.Object implements Border
lineBorder {
class : "javax.swing.border.LineBorder(lineColor,thickness,roundedCorners)";
lineColor : "green";
roundedCorners : "false";
thickness : "2";
}
Modifier and Type | Property and Description |
---|---|
java.lang.String |
class
Create an instance of LineBorder . |
java.awt.Color |
lineColor
The color of the border. |
boolean |
roundedCorners
Whether this border will be drawn with rounded corner. |
int |
thickness
The thickness of the border. |
public java.lang.String class
LineBorder
.
class : "javax.swing.border.LineBorder(lineColor,thickness,roundedCorners)";
public java.awt.Color lineColor
lineColor : "green";
public boolean roundedCorners
roundedCorners : "false";
public int thickness
thickness : "2";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.