Tuesday, November 29, 2011

Explain about particle canvas?

Particle canvas is a sub class of java.awt. Canvas this class provides a drawing area for all the particles. Whenever a paint method is called it invokes draw for all the existing particles. It cannot create object or particles by itself. Existing particle objects are stored in the array of instance variable particles.
Category:Java Patterns Interview Questions

No comments:

Post a Comment