static JLabel labelToBottom(JLabel l) {
  if (l != null) l.setVerticalAlignment(SwingConstants.BOTTOM);
  ret l;
}