Archive for September 27th, 2007
maximize a JFrame??
hi, there.
is there any way to maximize a JFrame??
thanks for your responding.
sure. add this line:
this.setExtendedState(this.getExtendedState() |
this.MAXIMIZED_BOTH);
hope this helps.
Read Full Post | Make a Comment ( 1 so far )