Insets
Creates a Insets with equal offset from all edges. This is equivalent to calling Insets(all, all, all, all)
Return
a Insets with equal offset from all edges
Parameters
all
The offset to use for top, left, bottom, and right
Creates a Insets with equal offset from all edges. This is equivalent to calling Insets(all, all, all, all)
a Insets with equal offset from all edges
The offset to use for top, left, bottom, and right