views:

72

answers:

1

When using VolatileImage to do accerlerated Java2D operations, how do you properly use the methods validate(GraphicsConfiguration) and contentsLost() to ensure that nothing goes wrong. When do you call which method?

A: 

The Javadocs for VolatileImage show you exactly how to use the class.

Jonathan Feinberg
You're right. Me stupid.
ziggystar