実際、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を表示できるように、別の方法があるかどうかを尋ねています。ありがとうございました