1 | static SingleThread awtCalcEveryAndNow(JFrame f, int delay, final O runnable) {
|
2 | ret awtCalcRegularly(f, delay, 0, runnable); |
3 | } |
4 | |
5 | static SingleThread awtCalcEveryAndNow(JComponent c, int delay, final O runnable) {
|
6 | ret awtCalcRegularly(c, delay, 0, runnable); |
7 | } |
8 | |
9 | static SingleThread awtCalcEveryAndNow(JComponent c, double delaySeconds, final O runnable) {
|
10 | ret awtCalcRegularly(c, toMS_int(delaySeconds), 0, runnable); |
11 | } |
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: | 626 / 680 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |