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

16
LINES

< > BotCompany Repo | #1023018 // Top Input To Big Overlay Text

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

Uses 911K of libraries. Click here for Pure Java version (4447L/22K).

!7

cmodule TITBOT > DynPrintLogAndEnabled {
  transient Set<JWindow> windows = weakHashSet();
  
  start {
    dm_onTopInput_q(voidfunc(S s) {
      if (!enabled) ret;
      print(s);
      disposeWindows(getAndClearList(windows));
      disposeWindowAfter(5.0, addAndReturn(windows, screenTextOverlay_withOutline(upper(s),
        outlineWidth := 6f,
        fontSize := 120)));
    });
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023018
Snippet name: Top Input To Big Overlay Text
Eternal ID of this version: #1023018/11
Text MD5: 64b3e53a452f381686c1c707784b89c7
Transpilation MD5: 35ea10c202a6d7f51fcf7a099c31877f
Author: stefan
Category: javax / gui
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-20 22:57:44
Source code size: 409 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 173 / 445
Version history: 10 change(s)
Referenced in: [show references]