954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Java applet; fetching and rendering image from URL

Hi all, my first post here :) I'm new to java so please bare with me.

I'm writing a very simple applet to get my skills going in Java. Practically my applet fetches an image from an external URL (using java.net.URL) and paints it in my applet. So far so good. Now I want to enhance my applet so that the image gets painted progressively as it is buffered from the URL (like in Firefox in a top-down style rendering) i.e. the user won't have to wait till all the image is fetched till it is rendered. I have been looking a means a way to get this going, but I have failed miserably. I look forward for any guidance and highly appreciate your help. Thanks

ea25
Newbie Poster
1 post since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: