static void dm_popOutAndActivateModule(O module) { dm_popOutModule(module); activateFrame(dm_vis(module)); } static void dm_popOutAndActivateModule() { dm_popOutAndActivateModule(dm_current_mandatory()); }
Began life as a copy of #1020986
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026779 |
Snippet name: | dm_popOutAndActivateModule - move to its own JFrame |
Eternal ID of this version: | #1026779/1 |
Text MD5: | a9a66c803e1aec6a695cb58cd753bbf7 |
Author: | stefan |
Category: | javax / dynamic modules |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-01-22 01:02:13 |
Source code size: | 219 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 230 / 256 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026825 - dm_maximizeModule #1027522 - dm_popOutAndActivateModule_alwaysOnTop - move to its own JFrame |