!7 p-awt { new L buttons; addAndReturn(buttons, makeButton("Default")); addAndReturn(buttons, makeButton("HCenter")).setVerticalTextPosition(SwingConstants.CENTER); showFrame(jfullcenter(jscroll(hstackWithSpacing(buttons)))); } static JButton makeButton(S text) { ret jImageAndTextButton(#1010239, text, r { infoBox("Hello!") }); }