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

8
LINES

< > BotCompany Repo | #1001776 // Print "name" getName() of all Swing components (in a VM)

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

Libraryless. Click here for Pure Java version (86L/1K/4K).

!747

m {
  p {
    for (Component c : allSwingComponents())
      print("Name: " + c.getName() + ", class: " + c.getClass());
  }
}

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: #1001776
Snippet name: Print "name" getName() of all Swing components (in a VM)
Eternal ID of this version: #1001776/1
Text MD5: 201584e36b10cf429f2c6f524e3561d1
Transpilation MD5: e329c000d3934b71a6a6a47e5c45e033
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-14 17:55:37
Source code size: 139 bytes / 8 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 527 / 783
Referenced in: [show references]