I have been working on Java Swing for a while. I paint something(draw some basic shapes like circle,rectangle etc) on a JDesktopPane and once I resize the frame window that contains jDesktopPane or drag some other window over this frame, then the drawn shapes disappear. I use an object of the BufferedImage class so as to save the image. So Is there any way of preventing the shapes getting disappeared or repaint it when they disappear?
feedback
|
|
You need to make sure you are saving what you paint and repainting it each time in the | |||
|
feedback
|
|
I can only provide a guess since you've decided not to post the necessary code, but my suggestions are:
| ||||
|
feedback
|