Libraryless. Click here for Pure Java version (4695L/26K).
static <A extends JComponent> A revalidateOnFirstResize(A c) { onFirstResize(c, r { revalidate(c) }); ret c; }
Began life as a copy of #1019425
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033557 |
| Snippet name: | revalidateOnFirstResize |
| Eternal ID of this version: | #1033557/1 |
| Text MD5: | 60a6a255e74ddbe326cfe1ecd439c43f |
| Transpilation MD5: | 215ff1188d786edff3eac74968bcde75 |
| 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:08:40 |
| Source code size: | 117 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 403 / 491 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033558 - revalidateAfter |