I am developing the MDI application. JFrame as main window and JInternalFrame as child windows. How can I make sure that my internal frame has to re-size automatically when I increase/decrease the screen resolution.
Scenario: Internal frame is in restore mode and occupied the complete desktop size.
Now when I increase the screen resolution, I am able to see the additional desktop area that is not occupied by the internal frame.
Is there any way to auto re-size the internal frame according to resolution?