static JLabel jrightAlignedLabel() { ret jrightAlignedLabel(" "); } static JLabel jrightAlignedLabel(S text) { ret new JLabel(text, JLabel.RIGHT); }