repaint() is not calling paintComponent
843805Jan 20 2007 — edited Jan 22 2007Hi
I writing a code where it has two classes in the same file. In the other class (which does not have the main method) i'm using the repaint() method but it does not call the paintComponent method which i've over-ridden.
I've tried revalidate but even then it doesn't call.
Does anyone know what the problem might be?
Thanks