I have an applet who has an JInternalFrame main window.My question is, how can I resize the JInternalFrame into the browser when the browser is resizing? I saw one applet who contain an JInternalFrame.And when the browser is starting the internalframe has the dimension of browser.But when you resize the browser the internal frame remain to the original size.But I dont't have access to the source of this applet.