How to add online images?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnonyNewbie
    New Member
    • Apr 2012
    • 6

    How to add online images?

    I have a question that how to add an image from an online URL into the JFrame?

    This code is for local file.
    Code:
    ImageIcon picture = new ImageIcon("C:\\Users\\User\\Pictures\\abc.jpg");
    This is for picture in same folder.
    Code:
    ImageIcon picture = new ImageIcon("abc.jpg");
    But how about image from online?

    Thanks.
Working...