Hi. In my Java applet, I have a class which extends JPanel in order to display 2D graphics.
In this class I can override paint(), or paintComponent(), and both appear to work exactly the same. Obviously there is some difference, but I don't know what it is -- can anyone help with a brief explanation?
thanks in advance!
