How to save JPanel as an image until it is visible?

I need to save the ArrayList JPanel as images, but I cannot do this because only one of them returns true for .isDisplayable () at a time, and the rest returns false ... and there can be no other way to do this ? Thanks in advance:)

+3
source share
1 answer

Try using the camickr Screen Image class.

If this does not display an image of panels that are not displayed, I doubt that everything will be.

+4
source

All Articles