Best Practices for Graphics

Drawing images won’t be faster than fillRect.

Lots of simple components should be more or less the same speed as lots of simple drawing if you enable setPaintingIsUnclipped.

This is a good high-level summary:

4 Likes