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