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

11
LINES

< > BotCompany Repo | #1030804 // dm_showExtraFrame

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3147L/19K).

sS dm_showExtraFrame(S title, JComponent component, O... _) {
  S modID = dm_showNewModuleWithParams(
    "#1030803/ExtraFrame", 
      paramsPlus_noOverride(_,
        mainModuleID := dm_moduleID(),
        visualization := component,
        deleteOnMainReload := true,
        deleteOnReboot := true));
  dm_setModuleName(modID, title);
  ret modID;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030804
Snippet name: dm_showExtraFrame
Eternal ID of this version: #1030804/3
Text MD5: c7f6c64ab2a8a9fe38bf1ed990766917
Transpilation MD5: 92f2dfe89bb2e433b82a5c0b23a405bd
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-28 18:48:07
Source code size: 364 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 121 / 193
Version history: 2 change(s)
Referenced in: [show references]