public Component getRootPane() {
return getWidget();
}
public void doLayout() {
CompositeAdapter content = getContentAdapter();
content.doLayout();
}
public boolean removeChild(Component child) {
if (child instanceof JMenuBar) {
JInternalFrame jframe = (JInternalFrame) getWidget();
jframe.setJMenuBar(null);