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

9
LINES

< > BotCompany Repo | #1004228 // frameIcon - short for setFrameIconLater

JavaX fragment (include)

static Component frameIcon(Component c, S imageID) {
  setFrameIconLater(c, imageID);
  ret c;
}

static Component frameIcon(S imageID, Component c) {
  setFrameIconLater(c, imageID);
  ret c;
}

Author comment

Began life as a copy of #1003594

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: #1004228
Snippet name: frameIcon - short for setFrameIconLater
Eternal ID of this version: #1004228/3
Text MD5: f8321d80fd905ae88ee0c30c8b3a6f8a
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-06 01:23:36
Source code size: 202 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 634 / 666
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015901 - internalFrameIcon