B
bjorn
I have an applet that displays data in graph-form depending on user
input. If the user wants to save this data a BufferedImage is created
and the user can save this to file. This requires the applet to be
signed to get access to the users filesystem.
However I would like to be able to display this image in a new browser
window without saving it and thus eliminating the need to sign the
applet.
So I wonder if there is any possibility to send the image(which only
exists in memory) to a browser window?
input. If the user wants to save this data a BufferedImage is created
and the user can save this to file. This requires the applet to be
signed to get access to the users filesystem.
However I would like to be able to display this image in a new browser
window without saving it and thus eliminating the need to sign the
applet.
So I wonder if there is any possibility to send the image(which only
exists in memory) to a browser window?