java.lang.Object | ||
↳ | javax.swing.border.AbstractBorder | |
↳ | javax.swing.plaf.metal.MetalBorders.PaletteBorder |
Border for a Palette.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Reinitializes the insets parameter with this Border's current Insets.
| |||||||||||
This default implementation returns a new
Insets
instance where the top , left ,
bottom , and
right fields are set to 0 . | |||||||||||
This default implementation does no painting.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Reinitializes the insets parameter with this Border's current Insets.
c | the component for which this border insets value applies |
---|---|
newInsets | the object to be reinitialized |
insets
object
This default implementation returns a new Insets
instance where the top
, left
,
bottom
, and
right
fields are set to 0
.
c | the component for which this border insets value applies |
---|
Insets
object initialized to 0
This default implementation does no painting.
c | the component for which this border is being painted |
---|---|
g | the paint graphics |
x | the x position of the painted border |
y | the y position of the painted border |
w | the width of the painted border |
h | the height of the painted border |