Esempio n. 1
0
 /**
  * Sets the alignment of the logical table within the table widget to {@link Align#center}. This
  * clears any other alignment.
  */
 public Table center() {
   layout.center();
   return this;
 }