Ok not sure if you fixed it but this looks a little funky.


public void paint(Graphics g)
{
super.paint(g); // You tell the super class JPanel to paint all the things done to g, but
...