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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JInternalFrame - iconify in a JDesktopPane

843805Jan 9 2007 — edited Jan 9 2007
Hi.

I have a
JDesktopPane
in a frame. When I run the application, my frame is not maximized. By the click of a
JMenuItem
a new
JInternalFrame
is created, consuming less than 1/3 of the
JDesktopPane
size. I iconify this
JInternalFrame
and then maximize the application's frame. With the frame, the
JDesktopPane
maximizes as well.

The
JInternalFrame
, continues to be iconified, but its iconified view still settles at its previous location.

I would expect the iconified view of the
JInternalFrame
to move along the bottom border of the
JDesktopPane
, but it doesn't.

Is this a changeable behaviour by some method already available, or am I needed to right code to achieve the desired behaviour?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 6 2007
Added on Jan 9 2007
1 comment
476 views