Field ICONIFIED
Field type: int
Member of:
java.awt.Frame
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (f.getState() != JFrame.ICONIFIED) updateGraph();
2
} else if (frame.getState() == JFrame.ICONIFIED) {
3
((FrameOperator)oper).setState(Frame.ICONIFIED);
4
if ((f.getExtendedState () & java.awt.Frame.ICONIFIED) != 0) {
5
waitState(Frame.ICONIFIED);
6
if (ab.getState() == Frame.ICONIFIED)
7
frame.setState(JFrame.ICONIFIED);
8
if (SendEmailFrame.ab.getState() == Frame.ICONIFIED)
9
if ( getState() == ICONIFIED) {
10
frame.setState(frame.ICONIFIED);
11
/* 14393 */frameViewer.getState() == Frame.ICONIFIED) &&
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.