How to (de)iconify a window?

Submitted by: Administrator
Before Java 1.2 you had to revert to native calls.

Since Java 1.2 you can use [J]Frame.setState().

Since Java 1.4 you can use [J]Frame.setExtendedState(), too. setExtendedState() provides more features than setState().
Submitted by: Administrator

Read Online Java GUI Framework Job Interview Questions And Answers