> Is there anyway to create an Image from a JPanel without actually displaying
> it in a JFrame first?
forget JPanel - create BufferedImage and get Graphics from it. Draw your
graph to this Graphics.
> so I was going to generate the graph and then save it to a jpeg and then
> display it in the page.
Use ImageIO to save image.
--
____________
http://reader.imagero.com the best java image reader.