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

17
LINES

< > BotCompany Repo | #1016695 // Sleeping Threads Dump [Dyn Module]

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

Libraryless. Click here for Pure Java version (14392L/100K).

!7

sclass SleepingThreadsDump extends DynModule {
  S result;
  transient JTextArea textArea;

  JComponent visualize() {
    ret northAndCenterWithMargins(
      jbutton("Do it", rThread doIt),
      textArea = typeWriterTextArea("Results will go here"));
  }
  
  void doIt {
    temp enter();
    setTextCaret0(textArea, renderSleepingThreadsWithStackTraces());
  }
}

Author comment

Began life as a copy of #1016416

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: #1016695
Snippet name: Sleeping Threads Dump [Dyn Module]
Eternal ID of this version: #1016695/3
Text MD5: e092fde207dec121ae1ae8f62050ada7
Transpilation MD5: 9b31f52e7f13205f87a1608c871b196d
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-28 12:54:30
Source code size: 387 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 342 / 1552
Version history: 2 change(s)
Referenced in: [show references]