Uses 911K of libraries. Click here for Pure Java version (4865L/24K).
1 | !7 |
2 | |
3 | cmodule MoveInfoBoxes > DynPrintLogAndEnabled {
|
4 | switchable int firstScreenWidth = 1920; |
5 | |
6 | start {
|
7 | dm_vmBus_onMessage shouldShowInfoBox(voidfunc(JWindow w, S text) {
|
8 | please include function moveToTopRightCorner. |
9 | int inset = moveToTopRightCorner_inset; |
10 | setLocation(w, firstScreenWidth-w.getWidth()-inset, inset); |
11 | }); |
12 | } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029159 |
| Snippet name: | Move Info Boxes To First Screen [e.g. for streaming] |
| Eternal ID of this version: | #1029159/3 |
| Text MD5: | c1722394ed21eb65afcdc67c16f5ea7a |
| Transpilation MD5: | 8b3646cc71136dcbbec5c6d823e024d8 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-22 13:32:11 |
| Source code size: | 367 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 470 / 3217 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |