I need to save a JScrollPane's content as an image. It's content is too big to fit into the screen, so it has scroll bars.
Is there a way to get all content of this pane, including row and column headers, without scroll bars ?
I tried this :
scrollPane().getViewport()
but it displays only the content, without row/column headers.
Here is the example what the scroll pane shows