TablePlacer.this

class TablePlacer(int Cols, int Rows)
this
if (
Cols >= 0 &&
Rows >= 0
)

Meta