tabbedpane=new JTabbedPane(); tabbedpane.addtab("new tab",null,textArea,null);. That is because every time you press the button a new JTabbedPane is created ...
確定! 回上一頁