Could you tell me how can I download image from Url (ex: from "http://www.google.ru/intl/en_com/images/logo_plain.png") to JLabel
but without saving it on HDD?
Could you give me an easy example?
All I need is to put the image from the URL
to JLabel
(with ImageIO for ex.)