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

18
LINES

< > BotCompany Repo | #1016438 // Loaded Classes By Name [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14757L/101K).

!7

sclass NumClasses extends DynTextArea {
  void start {
    super.start();
    doEveryAndNow(10.0, r calc);
  }
  
  void calc {
    temp enter();
    setText(multiSetToLines(classMultiSetByName(
      allClassesLoadedByJavaXClassLoaders()));
  }
  
  JComponent visualize() {
    ret componentPopupMenuItem(super.visualize(), "Garbage Collect", r gc);
  }
}

Author comment

Began life as a copy of #1016434

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016438
Snippet name: Loaded Classes By Name [Dyn Module]
Eternal ID of this version: #1016438/3
Text MD5: aa584ef52831cef82852c2dfcee21efb
Transpilation MD5: b99e8fceab364b036575fbeccaf088f0
Author: stefan
Category: javax / modules
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-18 17:19:54
Source code size: 378 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 385 / 453
Version history: 2 change(s)
Referenced in: [show references]