static <A extends Window> L<A> disposeWindowsAfter(long delay, final L<A> l) { swingLater(delay, r { for (Window w : unnull(l)) w.dispose() }); ret l; }
Began life as a copy of #1005625
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005660 |
| Snippet name: | disposeWindowsAfter |
| Eternal ID of this version: | #1005660/1 |
| Text MD5: | 8d8985302de7e9d45e1e9c58496088cb |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-02 15:38:47 |
| Source code size: | 159 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 728 / 764 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023025 - disposeWindows |