| Author |
how to get image from JPanel
|
Bobby Marvikuan
Ranch Hand
Joined: Mar 14, 2012
Posts: 54
|
|
So, as I understood(may be not correctly) in order to save an image I need a bufferedImage to read from some image like
or
but if I don't have an image I mean I have it but on my JPanel and it is exactly the image that I want to save how can I do then???
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
How did you get it onto your JPanel? Is it an ImageIcon wrapped in a JLabel? Or did you create it in paintComponent?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: how to get image from JPanel
|
|
|