|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Insets | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of Insets in java.awt |
Fields in java.awt declared as Insets | |
Insets |
GridBagConstraints.insets
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area. |
Methods in java.awt that return Insets | |
Insets |
Container.getInsets()
Determines the insets of this container, which indicate the size of the container's border. |
Insets |
Container.insets()
Deprecated. As of JDK version 1.1, replaced by getInsets() . |
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |