Subscribe

RSS Feed (xml)

Powered By

Place Your Ads Here

simple minimize maximize swing jframe


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: