I would like to use JLabel(Icon) to show a Image which is from my website(http://xxx.xxx.xxx.xxx/java_pic/test.jpg). And I have a refresh button to new a new JLabel and ImageIco
The image is cached. Flush to clear the cache:
imageIcon.getImage().flush();