Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1033558 // revalidateAfter

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4724L/26K).

static <A extends JComponent> A revalidateAfter(double seconds, A c) {
  if (c == null) null;
  doLater(seconds, r { revalidate(c) });
  ret c;
}

Author comment

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: 68 / 107
Referenced in: [show references]