Libraryless. Click here for Pure Java version (4724L/26K).
1 | static <A extends JComponent> A revalidateAfter(double seconds, A c) {
|
2 | if (c == null) null; |
3 | doLater(seconds, r { revalidate(c) });
|
4 | ret c; |
5 | } |
Began life as a copy of #1033557
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033558 |
| Snippet name: | revalidateAfter |
| Eternal ID of this version: | #1033558/1 |
| Text MD5: | 136d209f0c48aaa74fb133f81db4da8d |
| Transpilation MD5: | 72158ce2e68143ea88d6dbb8f7de7e07 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-11-03 16:10:54 |
| Source code size: | 149 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 349 / 459 |
| Referenced in: | [show references] |