fillRect abstract method

void fillRect(
  1. int char,
  2. int top,
  3. int left,
  4. int bottom,
  5. int right,
)

Implementation

void fillRect(int char, int top, int left, int bottom, int right);