I think ImageIO is what you're looking for. Shipped with JSE 6. http://java.sun.com/javase/6/docs/api/javax/imageio/ImageIO.html
On Wed, Jun 30, 2010 at 08:53, marc <[email protected]> wrote: > Hi > > i am new to java. i am trying to create a junit report and attach a > link to screen shots. i am trying open a local image file through java > application. i want the application to give a link so that the user > can click the link to view the image. > can anybody help me on this. > > Thank you > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
