直接调用TabPanel的add方法即可,添加后要调用doLayout方法渲染页面。tabs.add(simple);tabs.doLayout();
直接tabpanel.add(formpanel)