I have a JDesktopPane with some JInternalframe windows in it as seen in the image below:
When I minimize them, they don't show their full title. Is there a way to show it fully?
I have a JDesktopPane with some JInternalframe windows in it as seen in the image below:
When I minimize them, they don't show their full title. Is there a way to show it fully?
Copyright © 2021 Jogjafile Inc.

You might be able to override the
iconifyFrame(...)method ofDefaultDesktopManagerandgetPreferredSize()method ofJInternalFrame.JDesktopIconto set thatDesktopIconsize.