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

12
LINES

< > BotCompany Repo | #1034369 // G22ChallengeIDE - IDE for a G22Challenge

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

Uses 1485K of libraries. Click here for Pure Java version (34347L/224K).

sclass G22ChallengeIDE > G22LAScriptIDE<G22Challenge> {
  *(G22Utils g22utils) { super(g22utils); }
  
  JComponent wrapIDE_base(JLeftArrowScriptIDE ide) {
    ide.showTitle(false);
    ret jCenteredSection(script + " [Code]",
      northAndCenterWithMargin(rightAlignedLine(
        liveValueCheckBox(script.lvUsesRNG(), "Randomized"),
        jLiveValueComboBox(script.lvType(), G22Challenge.types)
      ), ide.visualize());
  }
}

Author comment

Began life as a copy of #1034345

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034369
Snippet name: G22ChallengeIDE - IDE for a G22Challenge
Eternal ID of this version: #1034369/6
Text MD5: 6bacb54121d0cf6048e84f14cebe8a2a
Transpilation MD5: ae23bbd28ea034152633f9ab1778f4e7
Author: stefan
Category: javax / gazelle 22
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-03 09:44:06
Source code size: 444 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 184
Version history: 5 change(s)
Referenced in: [show references]