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