svoid dm_hideYesPopupForComponent(Component c) { JComponent popup = dm_generalMap_get('yesPopup); if (getOpt(popup, 'forComponent) == c) { removeFromParent(popup); dm_generalMap_put('yesPopup, null); } }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020291 |
Snippet name: | dm_hideYesPopupForComponent |
Eternal ID of this version: | #1020291/1 |
Text MD5: | faf443106fddf8c487ed4216ff54c5a0 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-12 23:25:12 |
Source code size: | 223 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 350 / 361 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020346 - dm_hasYesPopupForComponent |