Insets.Insets

Insets.Insets

Class Overview | Class Members | This Package | All Packages

Syntax
public Insets( int top, int left, int bottom, int right )
Parameters
top
the inset from the top.
left
the inset from the left.
bottom
the inset from the bottom.
right
the inset from the right.
Description
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.