实际上,我想在 JDesktopPane 的中心显示 JinternalFrame,我使用了这个方法,因为我在 Jframes 中使用它,但它没有用:
Extraction ex=new Extraction();//Extraction is the name of the JintenalFrame
jDesktopPane1.add(ex);
ex.setLocationRelativeTo(this);
ex.setVisible(true);
所以我问是否有另一种方法,以便我可以在 JdesktoPane 的中心显示 JinternalFrame。谢谢