Container.getInsets
Class Overview | Class Members |
This Package |
All Packages
public Insets getInsets()
Returns
the insets of this container.
Description
Determines the insets of this container, which indicate the size
of the container's border.
A Frame object, for example, has a top inset that
corresponds to the height of the frame's title bar.
See Also
Insets, LayoutManager