Hi, I am confused about the differences between paint(g), paintComponent(g), and paintAll(g). Can someone please explain them to me...? Thanks a million!
ok, im not really sure about this, but paint() is the old AWT method, which you shouldn't use if you're using Swing. In swing, this method calls paintComponent(), paintBorder() and paintChildren(), so if you wanna do custom painting, you should override paintComponent
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop