1 | static JWindow progressInfoBox_box; |
2 | |
3 | svoid progressInfoBox(final O text) swing { |
4 | if (progressInfoBox_box == null || !progressInfoBox_box.isShowing()) |
5 | progressInfoBox_box = infoMessage_noprint(str(text)); |
6 | else |
7 | infoBox_updateText(progressInfoBox_box, str(text)); |
8 | } |
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: | 409 / 428 |
Version history: | 6 change(s) |
Referenced in: | [show references] |