What is createGraphics good for?
in
Programming Questions
•
2 years ago
The reference says:
Use this class if you need to draw into an off-screen graphics buffer. If something is off-screen, does that mean that it's not on the screen, therefor why bother? Even the examples don't do any justice. Any creategraphics examples can be easily reproduced without using the createGraphics class. So what is it good for? And what's an off-screen buffer? Can you give me an example?
1