Hi Guys, i am creating a mailing aplication, and i need to alow the user to attach images to the mail, so with what i shall show the images, a JEditorPane, Canvas or is there anything else? hope that my question was clear. Best, Omar
A container can hold be used to display an image. I would use a JPanel to display an image using its paint(Graphics method) or a JLabel putting the imate as its icon.
Author of JPhotoBrush Pro (www.jphotobrushpro.com)