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)

1  
static <A extends Component> A _revalidate(A c) {
2  
  ret revalidate(c);
3  
}
4  
5  
static void _revalidate(JFrame f) {
6  
  revalidate(f);
7  
}
8  
9  
static void _revalidate(JInternalFrame f) {
10  
  revalidate(f);
11  
}

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: 267 / 325
Version history: 1 change(s)
Referenced in: [show references]