Archive for September 27th, 2007

maximize a JFrame??

Posted on September 27, 2007. Filed under: Java programming | Tags: , , |

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 )

Liked it here?
Why not try sites on the blogroll...