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

8
LINES

< > BotCompany Repo | #1018261 // dm_toFront - put module in front - also shows if invisible

JavaX fragment (include)

static void dm_toFront(O module) {
  dm_showModule_noFocus(module);
  internalFrameToFront(dm_frame(module));
}

static void dm_toFront() {
  dm_toFront(dm_current());
}

Author comment

Began life as a copy of #1016125

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018261
Snippet name: dm_toFront - put module in front - also shows if invisible
Eternal ID of this version: #1018261/5
Text MD5: 98ce3c809bd182375b6032962864a96a
Author: stefan
Category: javax / dynamic modules
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-18 16:22:22
Source code size: 176 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 272 / 300
Version history: 4 change(s)
Referenced in: [show references]