static <A extends Component> A setFrameIcon(A c, S imageID) { setFrameIconLater(c, imageID); ret c; } static <A extends Component> A setFrameIcon(S imageID, A c) { ret setFrameIcon(c, imageID); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003587 |
| Snippet name: | setFrameIcon - set JFrame's icon to a snippet image |
| Eternal ID of this version: | #1003587/3 |
| Text MD5: | 59441f62eacbc667d0597283be384283 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-24 17:19:53 |
| Source code size: | 209 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1143 / 1253 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |