!7

!include once #1016163 // JxBrowser with tabs

p-subst {
  jxBrowser_init();
  final JDesktopPane desktop = jDesktopPane();
  showMaximizedFrame(desktop);
  
  swing {
    final new TabbedPane tabbedPane;
    tabbedPane.addAndSelectTab(TabFactory.createTab("http://BotCompany.de"));

    onInternalFrameClosing(addInternalFrame(desktop, "Browser", tabbedPane),
      r { tabbedPane.disposeAllTabs() });
  }
}