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

6
LINES

< > BotCompany Repo | #1001821 // extractMainComponent

JavaX fragment (include)

static Component extractMainComponent(JFrame frame) {
  Component c = frame.getContentPane(); // is this good?
  frame.setContentPane(new JPanel());
  frame.dispose();
  ret c;
}

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: #1001821
Snippet name: extractMainComponent
Eternal ID of this version: #1001821/1
Text MD5: e7894ba3c9a191d68e401beb3f11d13d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-19 17:31:09
Source code size: 183 bytes / 6 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 596 / 820
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)