static void swingEvery(JComponent component, long delay, O r) { installTimer(component, delay, r); } static void swingEvery(JComponent component, long delay, long firstDelay, O r) { installTimer(component, r, delay, firstDelay); } static void swingEvery(RootPaneContainer frame, long delay, O r) { installTimer(frame, delay, r); } static void swingEvery(RootPaneContainer frame, long delay, long firstDelay, O r) { installTimer(frame, delay, firstDelay, r); }
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: | #1004422 |
| Snippet name: | swingEvery - theoretical synonym of installTimer |
| Eternal ID of this version: | #1004422/3 |
| Text MD5: | d32a2d61ecc028cb468cef2cacc65ea4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-02 22:51:23 |
| Source code size: | 484 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 986 / 983 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006683 - awtEvery - synonym of swingEvery |