I'm putting together a quick and dirty animation using swing (hehehe). I would like the window to be maximized. How can I do that?
Thanks in advance :)
|
2
|
I'm putting together a quick and dirty animation using swing (hehehe). I would like the window to be maximized. How can I do that? Thanks in advance :)
|
||
|
|
|
|
Provided that you are extending JFrame:
|
||
|
|
|
|
If your using a JFrame, try this
|
||
|
|
|
|
|
||
|
|
|
|
Something like
|
||
|
|
|
|
This page may provide some help |
||
|
|