static <A extends JComponent> A awtDoEvery(A component, long delay, Runnable r) { ret awtEvery(component, delay, r); } static <A extends JComponent> A awtDoEvery(A component, long delay, long firstDelay, Runnable r) { ret awtEvery(component, delay, firstDelay, r); } static void awtDoEvery(RootPaneContainer frame, long delay, Runnable r) { awtEvery(frame, delay, r); } static <A extends JComponent> A awtDoEvery(A component, double delaySeconds, Runnable r) { ret awtEvery(component, delaySeconds, r); }
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: | 144 / 173 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |