How to activate and deactivate frame in java?
Posted
by Nitz
on Stack Overflow
See other posts from Stack Overflow
or by Nitz
Published on 2010-05-27T07:47:57Z
Indexed on
2010/05/27
7:51 UTC
Read the original article
Hit count: 199
hey guys
I had made one application in java-swing,
Now what i am getting problem is,
i want to minimize my jframe when it is deactivate and then to maximize i want to activate that window.
So for maximize, i want to activate any jframe using java code.
So how to activate and deactivate any jframe, so that i can do something on window listeners?
thanks in advance.
© Stack Overflow or respective owner