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

4
LINES

< > BotCompany Repo | #1001439 // getFrameTitle

JavaX fragment (include)

static S getFrameTitle(Component c) {
  JFrame f = getFrame(c);
  ret f == null ? null : f.getTitle();
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001439
Snippet name: getFrameTitle
Eternal ID of this version: #1001439/1
Text MD5: 4d4dbeea374d86df5053290bdda27c90
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-15 21:30:52
Source code size: 107 bytes / 4 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 537 / 768
Referenced in: #1001733 - setFrameTitle
#1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014938 - isVisibleFrame
#3000382 - Answer for ferdie (>> t = 1, f = 0)