I\'m trying to fill the entire canvas with fillRect. Whenever I include super.paint() in the beginning of the overridden paint method,
fillRect
super.paint()
paint