Beispiel #1
0
 /** Removes all actors and cells from the table. */
 public void clearChildren() {
   super.clearChildren();
   layout.clear();
   invalidate();
 }