posted 13 years ago
Yes, I meant paintComponent() (my bad). I wasn't calling super.paint( g ), but now that I do, it crashes (actually, it goes into an endless loop of calling paintComponent() over and over again. If I didn't kill it, I assume it would eventually crash). Here is the code, as requested.
BTW, all the examples I've seen which override paintComponent() never call super.paint(g), which is why I never called it in the first place.