static JToggleButton basicJToggleButton(S text) { ret swing(-> new JToggleButton(text)); }