Warning: session_start(): open(/var/lib/php/sessions/sess_4b9f1jl78dci3l16obacut8l7a, 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
focusOnShow (first time only) [1019440]

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

4
LINES

< > BotCompany Repo | #1019440 // focusOnShow (first time only)

JavaX fragment (include)

static <A extends JComponent> A focusOnShow(final A a) {
  onFirstComponentShow(a, r { focus(a) });
  ret a;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019440
Snippet name: focusOnShow (first time only)
Eternal ID of this version: #1019440/3
Text MD5: 52d3eda1935669fb77bb4e231f4065bc
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-08 13:15:02
Source code size: 113 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 697 / 740
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1022806 - focusAndSelectAllOnShow (first time only)