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

8
LINES

< > BotCompany Repo | #1012850 // progressInfoBox

JavaX fragment (include)

static JWindow progressInfoBox_box;

svoid progressInfoBox(final O text) swing {
  if (progressInfoBox_box == null || !progressInfoBox_box.isShowing())
    progressInfoBox_box = infoMessage_noprint(str(text));
  else
    infoBox_updateText(progressInfoBox_box, str(text));
}

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: #1012850
Snippet name: progressInfoBox
Eternal ID of this version: #1012850/7
Text MD5: 23b17491e14cd9082ce797687a6b52f0
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-14 19:30:00
Source code size: 281 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 359
Version history: 6 change(s)
Referenced in: [show references]