1 | static <A extends JComponent> A awtDoEvery(A component, long delay, Runnable r) { |
2 | ret awtEvery(component, delay, r); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A extends JComponent> A awtDoEvery(A component, long delay, long firstDelay, Runnable r) { |
8 | ret awtEvery(component, delay, firstDelay, r); |
9 | } |
10 | |
11 | |
12 | |
13 | static void awtDoEvery(RootPaneContainer frame, long delay, Runnable r) { |
14 | awtEvery(frame, delay, r); |
15 | } |
16 | |
17 | |
18 | |
19 | static <A extends JComponent> A awtDoEvery(A component, double delaySeconds, Runnable r) { |
20 | ret awtEvery(component, delaySeconds, r); |
21 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034403 |
Snippet name: | awtDoEvery - synonym of awtEvery |
Eternal ID of this version: | #1034403/2 |
Text MD5: | 2ab6590a17adcf3f8708d6ecf75a10f3 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-05 22:58:22 |
Source code size: | 541 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 143 / 173 |
Version history: | 1 change(s) |
Referenced in: | [show references] |