private static Label label(String text) {
    Label l = new Label().setText(text);
    l.setMargin(5, 0);

    return l;
  }