Learn how to use paint, repaint, and validate in applets

Hi, does anybody know some really good information it could be, for example, a tutorial, or anything, that would help me learn from the very beginning (but fast) how can I manage swing components and the methods of: paint, repaint, validate, update, etc... in an APPLET?Thank you
[293 byte] By [kandua] at [2007-11-27 8:48:06]
# 1
The Swing tutorial is found here: http://java.sun.com/docs/books/tutorial/uiswing/TOC.htmlIt has a section on painting. Doesn't matter whether its an Applet or an Application, painting concepts are the same.
camickra at 2007-7-12 20:54:27 > top of Java-index,Desktop,Core GUI APIs...