static void blinkWindow(final JWindow w) { doEvery_daemon(1000, new Runnable { bool on; public void run() { awt { w.setVisible(on = !on); } } }); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013340 |
| Snippet name: | blinkWindow - cause an ugly entry in Peppermint's task bar |
| Eternal ID of this version: | #1013340/5 |
| Text MD5: | 14e7eed9f71e7038f49b6c4537ce387b |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-02 22:46:17 |
| Source code size: | 182 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 621 / 684 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |