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

14
LINES

< > BotCompany Repo | #1015898 // NumMainClasses [Dyn Module]

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

Libraryless. Click here for Pure Java version (14412L/99K).

!7

sclass NumMainClasses extends DynBigNumber {
  void start {
    super.start();
    setDescription("MAIN CLASSES IN VM");
    ownTimer(doEvery(1000, r { setValue(l(allMainClasses())) }));
  }
  
  JComponent visualize() {
    ret componentPopupMenuItem(super.visualize(),
      "Garbage Collect", r gc);
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015898
Snippet name: NumMainClasses [Dyn Module]
Eternal ID of this version: #1015898/5
Text MD5: 871118c67e859e4a2401badff0985a99
Transpilation MD5: 234b00f355a2dce750b552bb8000a0d4
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-08 18:39:45
Source code size: 325 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 426 / 792
Version history: 4 change(s)
Referenced in: [show references]