Show the JInternalFrame data in the middle of the form
问题 I am using JFrame which contains three sections. 1st section is Pane, which contains the 6 menu button (left side). 2nd section is also Pane, which displays the logo of the company on the top. The third section is DesktopPane in which I am using (calling) JInterenalFrame in the DesktopPane. How to always show the JInterenalFrame content (form data) into the middle of DesktopPane? 回答1: Third section is DesktopPane in which I am using(calling) JInterenalFrame in the DesktopPane. A JDesktopPane