I\'m trying to create a chess board but it doesn\'t work for some reason.
final int HEIGHT = 600; final int WIDTH = 800; final int ROW = 8; final int COL = 8;