// buttons = (text, runnable | JButton)... sclass jLabelWithButtons(S text, O... buttons) { ret centerAndEastWithMargin(jLabel(text), jcenteredbuttons(buttons)); }