Is there some way to show a JDialog maximized?
843805Dec 28 2006 — edited Jun 5 2007Hi,
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.