Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there some way to show a JDialog maximized?

843805Dec 28 2006 — edited Jun 5 2007
Hi,

I have a JDialog that I need to show maximized.
I know how to do this for JFrame, with setExtendedState(JFrame.MAXIMIZED_BOTH); but I didn't find the way for this on Google and JDK6 javadocs.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2007
Added on Dec 28 2006
7 comments
757 views