Warning: session_start(): open(/var/lib/php/sessions/sess_4ostq7udfuvd1b39es2vkk0ool, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
onFirstShow - synonym of onFirstComponentShow [1020297]

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

7
LINES

< > BotCompany Repo | #1020297 // onFirstShow - synonym of onFirstComponentShow

JavaX fragment (include)

static <A extends JComponent> A onFirstShow(A component, Runnable onShow) {
  ret onFirstComponentShow(component, onShow);
}

static <A extends JComponent> A onFirstShow(Runnable onShow, A component) {
  ret onFirstShow(component, onShow);
}

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: #1020297
Snippet name: onFirstShow - synonym of onFirstComponentShow
Eternal ID of this version: #1020297/2
Text MD5: 920d7e37828d75a92faa87a08c113845
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-13 01:26:41
Source code size: 247 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 752 / 767
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)