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

5
LINES

< > BotCompany Repo | #1001637 // findAll (finding Swing components in frame)

JavaX fragment (include)

static <A> L<A> findAll(JFrame f, Class<A> theClass) {
  new L<A> l;
  scanForComponents(f, theClass, l);
  return l;
}

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: #1001637
Snippet name: findAll (finding Swing components in frame)
Eternal ID of this version: #1001637/1
Text MD5: 9dc9c65f1239eeeafcd6f7ccc6c7236a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-30 15:02:08
Source code size: 123 bytes / 5 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 618 / 1581
Referenced in: [show references]