
we can maximize and mizimize a java jframe
by simply this code
JavawindowmaxminApp.getApplication().getMainFrame().setState
(JavawindowmaxminApp.getApplication().getMainFrame().ICONIFIED);
the read highlighted is java application name iconified is int type and it sets jframe to minimize.
you can download full source code from here
Source Code

0 comments:
Post a Comment