davemania Posted August 29, 2004 Share Posted August 29, 2004 Hi I was wondering if it is possible to draw graphic2d objects in 2 different layers and change the order of that layer around Link to comment Share on other sites More sharing options...
0 LeCastor Posted August 29, 2004 Share Posted August 29, 2004 I'll say create two BufferedImage, each one is a layer. Draw on them using their createGraphics() method. Then draw both images on the screen, the layer first. Link to comment Share on other sites More sharing options...
Question
davemania
Hi
I was wondering if it is possible to draw graphic2d objects in 2 different layers and change the order of that layer around
Link to comment
Share on other sites
1 answer to this question
Recommended Posts