Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

17
LINES

< > BotCompany Repo | #1016164 // Test JxBrowser in JInternalFrame with tabs [shortened, OK]

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (6644L/45K).

!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() });
  }
}

Author comment

Began life as a copy of #1016160

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016164
Snippet name: Test JxBrowser in JInternalFrame with tabs [shortened, OK]
Eternal ID of this version: #1016164/3
Text MD5: 87b0645811e2114a8cb1cc9076121b63
Transpilation MD5: 0b429b932eeb363f4afbc66cbe86d59c
Author: stefan
Category: javax / gui
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-07 19:41:37
Source code size: 428 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 804
Version history: 2 change(s)
Referenced in: [show references]