!7 static JFrame frame; p-subst { bot("Show Item Page."); } static bool showItemPage(S _word) { fS word = trim(_word); if (empty(word)) false; swing { frame = showFrame(word, jcenteredtextpane(word, style_bold(style_fontSize(24))), frame); } true; } answer { if (showItemPage(s)) ret "OK"; }