How to set default iconic location for JInternalFrame?

I have a class extending JDesktopPane in which I have a JInternalFrame that I can mean, I really like it, but when I signify it, it goes to the left, at the bottom of the screen. I would like to change this to the top right of the screen. Does anyone have any suggestions for setting this location?

0
source share
1 answer

You are using DefaultDesktopManager to manage JDesktopPane.

The class DefaultDesktopManagerimplements the DesktopManager interface .

DefaultDesktopManager, getBoundsForIconOf . , DefaultDesktopManager, . DesktopManager.

+2

All Articles