static JToggleButton jToggleButton(S text, Runnable action) { JButton btn = basicJToggleButton(text); addActionListener(btn, action); ret btn; }