static JButton showControlButton(S text, O runnable) { JButton btn = jbutton(text, runnable); showControls(jCenteredLine(btn)); ret btn; }