static JLabel jlabel(fS text) { ret swingConstruct(BetterLabel, text); } static JLabel jlabel() { ret jlabel(" "); }