|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
javax.swing.border.EmptyBorder
public class EmptyBorder
Provides an empty, transparent border which takes up space
but does no drawing.
CSS example:
emptyBorder {
class : "javax.swing.border.EmptyBorder(top,left,bottom,right)";
bottom : "2";
left : "2";
right : "2";
top : "2";
}
| Property Summary | |
|---|---|
int |
bottom
The bottom of the empty border. |
java.lang.String |
class
Create an instance of EmptyBorder. |
int |
left
The left of the empty border. |
int |
right
The right of the empty border. |
int |
top
The top of the empty border. |
| Property Detail |
|---|
public java.lang.String class
EmptyBorder.
class : "javax.swing.border.EmptyBorder(top,left,bottom,right)";
public int bottom
bottom : "2";
public int left
left : "2";
public int right
right : "2";
public int top
top : "2";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||