static JLabel jSimpleLabel(S text default "") { ret swing(-> new JLabel(text)); }