static SingleThread awtCalcEveryAndNow(JFrame f, int delay, final O runnable) { ret awtCalcRegularly(f, delay, 0, runnable); } static SingleThread awtCalcEveryAndNow(JComponent c, int delay, final O runnable) { ret awtCalcRegularly(c, delay, 0, runnable); } static SingleThread awtCalcEveryAndNow(JComponent c, double delaySeconds, final O runnable) { ret awtCalcRegularly(c, toMS_int(delaySeconds), 0, runnable); }
Began life as a copy of #1006705
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014707 |
Snippet name: | awtCalcEveryAndNow |
Eternal ID of this version: | #1014707/4 |
Text MD5: | 9d1c4de010dce9be789e9dfdd5c551d2 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-18 16:50:05 |
Source code size: | 435 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 377 / 419 |
Version history: | 3 change(s) |
Referenced in: | [show references] |