Example #1
0
 /** Immediately computes the current layout. */
 public void forceLayout() {
   invalidate();
   doLayout(members);
   redoLayout = false;
   animator.forceNextFrame();
 }