Libraryless. Click here for Pure Java version (14757L/101K).
1 | !7 |
2 | |
3 | sclass NumClasses extends DynTextArea { |
4 | void start { |
5 | super.start(); |
6 | doEveryAndNow(10.0, r calc); |
7 | } |
8 | |
9 | void calc { |
10 | temp enter(); |
11 | setText(multiSetToLines(classMultiSetByName( |
12 | allClassesLoadedByJavaXClassLoaders())); |
13 | } |
14 | |
15 | JComponent visualize() { |
16 | ret componentPopupMenuItem(super.visualize(), "Garbage Collect", r gc); |
17 | } |
18 | } |
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: | 463 / 548 |
Version history: | 2 change(s) |
Referenced in: | [show references] |