This week's book giveaway is in the
General Computing
forum.
We're giving away four copies of
Arduino in Action
and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Export Applet to Image file
Ravi Gupta
Ranch Hand
Joined: Jul 15, 2006
Posts: 38
posted
May 27, 2009 04:32:40
0
I want to export an
applet
to an image of same size. Image format can be PNG or JPEG. How should I go about it?
help your PC help you best
http://simplepccare.spaces.live.com
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
Jun 04, 2009 10:27:59
0
You can paint the applet into a
BufferedImage
's Graphics object, and then save that using the
ImageIO
class.
Android apps
–
ImageJ plugins
–
Java web charts
Ravi Gupta
Ranch Hand
Joined: Jul 15, 2006
Posts: 38
posted
Jun 04, 2009 11:43:46
0
Thanks a ton. Will proceed as suggested and will post the code for others too.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Export Applet to Image file
Similar Threads
Export Applet to Image
How to Export to Ms-Word?
Create Image object
Question about UML
applet issue
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter