JScrollPane content to image
- by Sebastian Ikaros Rizzo
I'm trying to save the main viewport and headers of a JScrollPane (larger than screen) to PNG image files.
I created 3 classes extending JPanel (MainTablePanel, MapsHeaderPanel and ItemsHeaderPanel) and set them to the viewports. Each of them has this method:
public BufferedImage createImage() {
BufferedImage bi = new…