Uses 911K of libraries. Click here for Pure Java version (4447L/22K).
1 | !7 |
2 | |
3 | cmodule TITBOT > DynPrintLogAndEnabled {
|
4 | transient Set<JWindow> windows = weakHashSet(); |
5 | |
6 | start {
|
7 | dm_onTopInput_q(voidfunc(S s) {
|
8 | if (!enabled) ret; |
9 | print(s); |
10 | disposeWindows(getAndClearList(windows)); |
11 | disposeWindowAfter(5.0, addAndReturn(windows, screenTextOverlay_withOutline(upper(s), |
12 | outlineWidth := 6f, |
13 | fontSize := 120))); |
14 | }); |
15 | } |
16 | } |
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: | 434 / 806 |
| Version history: | 10 change(s) |
| Referenced in: | [show references] |