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

11
LINES

< > BotCompany Repo | #1015239 // topLeftInfoBox - synonym of infoBoxTopLeftCorner

JavaX fragment (include)

1  
static JWindow topLeftInfoBox(S text) {
2  
  ret infoBoxTopLeftCorner(text);
3  
}
4  
5  
static JWindow topLeftInfoBox(S text, double seconds) {
6  
  ret infoBoxTopLeftCorner(text, seconds);
7  
}
8  
9  
static JWindow topLeftInfoBox(Throwable e) {
10  
  ret infoBoxTopLeftCorner(e);
11  
}

Author comment

Began life as a copy of #1010179

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: #1015239
Snippet name: topLeftInfoBox - synonym of infoBoxTopLeftCorner
Eternal ID of this version: #1015239/1
Text MD5: 989b090557700956866d7200d0b26ef0
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-11 01:14:23
Source code size: 266 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 313 / 341
Referenced in: [show references]