layout abstract method

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

Layout this component.

Implementation

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