
December 9th, 2004, 04:44 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by naph How to make my JInternalFrame maximized when added to the JDesktopPane? |
You can use
yourInternalFrame.setMaximum(true);
but surround it with try and catch...and I think it would work

|