static <A extends Component> A frameTitle(A c, S title) { ret setFrameTitle(c, title); } static <A extends Component> A frameTitle(S title, A c) { ret setFrameTitle(c, title); } static S frameTitle(Component c) { ret getFrameTitle(c); }
Began life as a copy of #1001733
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010147 |
Snippet name: | frameTitle - extended synonym of setFrameTitle (also gets title) |
Eternal ID of this version: | #1010147/6 |
Text MD5: | 8d8eb8f3f75e1073c7fc3599308038cc |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-06 16:18:17 |
Source code size: | 256 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 535 / 587 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014115 - setTitle - synonym of setFrameTitle #1015822 - internalFrameTitle |