!7 static SS aiPrograms = litorderedmap( "Circle Editor", #1009961, "Encyclopedia", #1010561, "AI Concepts", #1006463, "Truth Table", #1007236, "English To Concepts Translator", #1007419, "Concepts To English Translator", #1007163, "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) }))); }