!7 !include once #1016163 // JxBrowser with tabs // TODO? onInternalFrameClosing(r { tabbedPane.disposeAllTabs() }); sclass JavaChrome extends DynModule { void start { jxBrowser_init(); } JComponent visualize() { ret swing(func -> JComponent { final new TabbedPane tabbedPane; tabbedPane.addAndSelectTab(TabFactory.createTab("http://BotCompany.de")); }); } }