Changed Methods |
boolean isBorderOpaque()
|
Documentation changed from old to new. |
This default implementation returns false. |
void paintBorder(Component, Graphics, int, int, int, int)
|
Documentation changed from old to new. |
This default implementation does no painting. |
Insets getBorderInsets(Component )
|
Documentation changed from old to new. |
This default implementation returns a new Insets instance where the top left bottom and right fields are set to 0 . |
Insets getBorderInsets(Component, Insets)
|
Documentation changed from old to new. |
Reinitializes the insets parameter with this Border's current Insets. |
Rectangle getInteriorRectangle(Component, int, int, int, int)
|
Documentation changed from old to new. |
This convenience method calls the static method. |
Rectangle getInteriorRectangle(Component, Border, int, int, int, int)
|
Documentation changed from old to new. |
Returns a rectangle using the arguments minus the insets of the border. |