View Single Post
  #1 (permalink)  
Old 05-20-2007, 10:32 PM
Valeriano Valeriano is offline
Member
 
Join Date: May 2007
Posts: 10
Valeriano is on a distinguished road
How to download an image from a HTTP URL
I want to download an image from a HTTP url and show it to the user. I know how to show an image to the user if it is in the form of Image/BufferedImage but i dont know how to download it. Should i use a third party library or does Java have a built-in support for this?
Reply With Quote
Sponsored Links