layout abstract method

void layout(
  1. Rectangle<int> componentBounds,
  2. Rectangle<int> drawAreaBounds
)
inherited

Layout this component.

Implementation

void layout(Rectangle<int> componentBounds, Rectangle<int> drawAreaBounds);