Sunday, March 20, 2011

Java VolatileImage - validate() vs contentsLost()

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?

From stackoverflow

0 comments:

Post a Comment