Word to the wise, call the super constructor beforehand.

So put this as the first call in your constructor:

super();


If that doesn't work, put the super.paintComponent call in your...