How to set extendedstate maximized both for JInternalFrame
843806Mar 18 2009 — edited Mar 18 2009hi everybody,
to set the JFrame in maximized mode while loading we can use
this.setExtendedState(MAXIMIZED_BOTH);
how can we set the JInternalFrame in maximized mode while loading the JInternalFrame