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()); } }
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: | 160 / 289 |
Version history: | 5 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1034472 - G22AnalyzerIDE - IDE for a G22Analyzer |