resize abstract method

void resize(
  1. int rows,
  2. int columns
)

Tell the child the new window size. Order is (rows, columns).

Implementation

void resize(int rows, int columns);