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.
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.
Liked it here?
Why not try sites on the blogroll...
Good Tips
Andi Taru
October 24, 2008