Method getInsets()
Return type:
java.awt.Insets
Member of:
java.awt.Container
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
Insets insets = parent.getInsets();
2
Insets insets = container.getInsets();
3
Insets insets = parent.getInsets();
4
Insets insets = parent.getInsets();
5
paneInsets = pane.getInsets();
6
Insets insets = target.getInsets();
7
Insets insets = parent.getInsets();
8
Insets insets = container.getInsets();
9
Insets insets = getInsets ( );
10
Insets i = ((Container)c).getInsets();
11
Insets insets = target.getInsets();
12
Insets insets = parent.getInsets();
13
Insets insets = p_parent.getInsets();
14
final Insets insets = target.getInsets();
15
Insets insets = parent.getInsets();
16
Insets insets = target.getInsets();
17
Insets inset = container.getInsets();
18
Insets insets = target.getInsets();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.