hi.. i want to save the JPanel graphics works as a jpg image. any idea?
Printable View
hi.. i want to save the JPanel graphics works as a jpg image. any idea?
So override paint, replace the Graphics with a BufferedImage's Graphics, draw to that, then save that as a file.