Uses 911K of libraries. Click here for Pure Java version (3052L/16K).
1 | !7 |
2 | |
3 | compact module TrayTest > DynPrintLogAndEnabled {
|
4 | start { loop(); }
|
5 | |
6 | void loop {
|
7 | if (enabled) dm_setTrayIcon_left(jlabel("Hello"));
|
8 | doAfter(0.5, r {
|
9 | dm_setTrayIcon_left(null); |
10 | doAfter(0.5, r loop); |
11 | }); |
12 | } |
13 | } |
Began life as a copy of #1019400
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020895 |
| Snippet name: | Add & Remove Tray Icon A Lot [stress test] |
| Eternal ID of this version: | #1020895/5 |
| Text MD5: | a0f2ebb5eb77d1c53ff5799380ed62c3 |
| Transpilation MD5: | d70397bb21d0c2e724e878e294c4d3b9 |
| 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: | 2019-01-09 14:00:09 |
| Source code size: | 253 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 616 / 792 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |