!7 static SS aiPrograms = litorderedmap( "AI Concepts", #1006463, "Truth Table", #1007236, "Circle Editor", #1007609, "English To Concepts Translator", #1007419, "Concepts To English Translator", #1007163, "Encyclopedia 1", #1007383, "Encyclopedia 3 (dev.)", #1007463, "AI Clipboard", #1007441, "AI Suite", #1007449); p-awt-noconsole { framesBot(); magellan(); SS progs = mapWithoutKey(aiPrograms, "AI Suite"); showPackedCenterFrame(withMargin(vgrid(map(f btn, progs)))); } static JComponent btn(S text, fS programID) { ret withTopAndBottomMargin( setBoldFontSize(15, jbutton(text, r { startOrActivate(programID) }))); }