Feb
04
|
A frame can be maximized using the Jframe method setExtendedState() as shown in the example below.
frame.setExtendedState( frame.getExtendedState() | JFrame.MAXIMIZED_BOTH);
Leave a Reply
You must be logged in to post a comment.