The Artima Developer Community
Sponsored Link

Java Answers Forum
How can i save in JPG an applet java that allows to draw

2 replies on 1 page. Most recent reply: May 22, 2006 1:03 PM by Tewodros Dagnachew

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
gianluca Del Vecchio

Posts: 7
Nickname: vedder1981
Registered: Apr, 2006

How can i save in JPG an applet java that allows to draw Posted: Apr 1, 2006 2:08 AM
Reply to this message Reply
Advertisement
I need help please! I have developed an applet graphics that allows to draw....but now i have to save this draw in a file JPG... For information: The applet is called by a file html in this way: <APPLET code="ProvaPencil.class" width=600 height=150>..... I start with the page in html, I can draw but now i don't know how to save the draw in a JPG file....Someone can help me? Please... Thanks to everybody


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: How can i save in JPG an applet java that allows to draw Posted: Apr 2, 2006 10:45 PM
Reply to this message Reply
I responded to something like this a while back,
It has to do with conversions and writing the file
away with the String format name "jpg" Search through
the archives I'm sure you'll find it. I gave some
detailed code to. It was actually specific to Swing
but naturally if you apply it to a JApplet it would
work too.

Tewodros Dagnachew

Posts: 1
Nickname: tedydag
Registered: May, 2006

Re: How can i save in JPG an applet java that allows to draw Posted: May 22, 2006 1:03 PM
Reply to this message Reply
Hi Man please this is my question too so why don't we try it together here is my e-mail adress and send me yours so that we can solve it together.
tedydag@yahoo.com
Thankyou in advance

Flat View: This topic has 2 replies on 1 page
Topic: How to provide download option in JSP page. Previous Topic   Next Topic Topic: how to add or link an html page from a button in a JFrame

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use