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

16
LINES

< > BotCompany Repo | #1000874 // Run another program with Swing Java Console

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

Libraryless. Click here for Pure Java version (1983L/16K/48K).

1  
!747
2  
3  
m {
4  
  !include #1000818 // Console
5  
  
6  
  p {
7  
    new Console();
8  
    delegate(args.length == 0 ? new S[] {"#1000414"} : args);
9  
  }
10  
  
11  
  static void delegate(S[] args) {
12  
    S progID = args[0];
13  
    Class prog = hotwire(progID);
14  
    callMain(prog, dropFirst(args));
15  
  }
16  
}

Author comment

Began life as a copy of #1000819

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: #1000874
Snippet name: Run another program with Swing Java Console
Eternal ID of this version: #1000874/1
Text MD5: 6f336026d12f0f20ca6f2c691afb046e
Transpilation MD5: cc07db09ef7620e182d4481b0ef2430a
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-09-08 20:07:09
Source code size: 288 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 639 / 1389
Referenced in: [show references]