Libraryless. Click here for Pure Java version (10055L/71K).
1 | svoid dm_moduleToBack(O module) { |
2 | Container frame = dm_frame(module); |
3 | if (frame cast JInternalFrame) |
4 | internalFrameToBack(frame); |
5 | } |
6 | |
7 | svoid dm_moduleToBack() { |
8 | dm_moduleToBack(dm_current_generic()); |
9 | } |
Began life as a copy of #1016125
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: | #1026666 |
Snippet name: | dm_moduleToBack |
Eternal ID of this version: | #1026666/1 |
Text MD5: | 68bc09e9b8f5bc157905fb2c2de128ce |
Transpilation MD5: | d8f37cb3b0956751250d1b5475599c71 |
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-18 19:30:07 |
Source code size: | 216 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 166 / 247 |
Referenced in: | [show references] |