sclass G22ChallengeIDE > G22LAScriptIDE { *(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()); } }