1 | static void swingTimer(JComponent component, int delay, Runnable r) { |
2 | installTimer(component, delay, r); |
3 | } |
4 | |
5 | static void swingTimer(JFrame frame, int delay, Runnable r) { |
6 | installTimer(frame, delay, r); |
7 | } |
Began life as a copy of #1000877
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: | #1004074 |
Snippet name: | swingTimer - (partial) synonym of installTimer |
Eternal ID of this version: | #1004074/1 |
Text MD5: | dbee83dee3650eb8ebef8cde79047604 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-05 17:45:47 |
Source code size: | 214 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 530 / 543 |
Referenced in: | [show references] |