gc.drawPoint(1, clArea.height - 1);
gc.drawPoint(0, clArea.height - 2);
gc.drawPoint(0, clArea.height - 3);
/* Fill Bottom Right */
gc.drawPoint(clArea.width - 4, clArea.height - 0);
gc.drawPoint(clArea.width - 3, clArea.height - 0);
gc.drawPoint(clArea.width - 2, clArea.height - 1);
gc.drawPoint(clArea.width - 1, clArea.height - 2);
gc.drawPoint(clArea.width - 1, clArea.height - 3);
}