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

11
LINES

< > BotCompany Repo | #1020724 // _revalidate - synonym of revalidate

JavaX fragment (include)

static <A extends Component> A _revalidate(A c) {
  ret revalidate(c);
}

static void _revalidate(JFrame f) {
  revalidate(f);
}

static void _revalidate(JInternalFrame f) {
  revalidate(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020724
Snippet name: _revalidate - synonym of revalidate
Eternal ID of this version: #1020724/2
Text MD5: 410b6fda4f5e42cab7b025bd0ce81030
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-16 16:14:41
Source code size: 202 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 266 / 324
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)