!7 static long timeout = 5000; static int maxEntries = 10; p-noconsole { autoRestart(); smartBot_autoComplete_defaultMaxEntries = maxEntries; smartBot_autoComplete_defaultHardTimeout = timeout; final AutoComboBox3 box = autoComboBox3(f smartBot_autoComplete); setAlignmentX(box, Component.CENTER_ALIGNMENT); setFontSize(box, 20); setComboBoxListFontSize(box, 20); onEnter(box, r { openPlatformBrowser(smartBot_topicLink(getText(box))) }); setY(200, showFrameFlat_minWidth(500, box)); }