I need to save an ArrayList of JPanel as images but i cannot do it because just one of them returns true for .isDisplayable() at a time and the rest returns false ... and could not开发者_StackOverflow be saved is there a nother way to do it ?? Thanks in advance :)
Try using camickr's Screen Image class.
If that does not capture the image of the panels which are not displayable, I doubt anything will.
精彩评论