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

25
LINES

< > BotCompany Repo | #1001819 // Quick Talk + Bots Table (together in a single frame)

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

Libraryless. Click here for Pure Java version (436L/3K/11K).

1  
// Make two frames and combine them into one!
2  
3  
!747
4  
5  
m {
6  
  static S prog1 = "#1001787"; // Quick Talk
7  
  static S prog2 = "#1001680"; // Bots Table
8  
  
9  
  p {
10  
    Class main1 = run(prog1);
11  
    Class main2 = run(prog2);
12  
13  
    /* not implemented yet (needs JFrame tracking)
14  
    JFrame frame1 = getFrame(main1);
15  
    JFrame frame2 = getFrame(main2);
16  
    */
17  
    
18  
    JFrame frame1 = getFrame(get(main1, "botName"));
19  
    JFrame frame2 = getFrame(get(main2, "tbl"));
20  
    
21  
    Component c1 = extractMainComponent(frame1);
22  
    Component c2 = extractMainComponent(frame2);
23  
    showSideBySide("Combined", c1, c2);
24  
  }
25  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001819
Snippet name: Quick Talk + Bots Table (together in a single frame)
Eternal ID of this version: #1001819/1
Text MD5: 24aba8ccdbe07dd73e274552c6c55617
Transpilation MD5: 94a4073a87fd2e2d63784a7b486e10f8
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-19 17:41:09
Source code size: 628 bytes / 25 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 594 / 637
Referenced in: [show references]