| Author |
Icon images not loading on all computers
|
Derrick Albers
Greenhorn
Joined: Nov 01, 2010
Posts: 20
|
|
I have an applet that loads different images using getResourceAsStream(), this works just fine for most systems. However we have ran into a problem with the images not appearing on some computers, they are Windows based systems and these images load just fine on all my Windows based systems, as well as MAC. What could cause these images to not show up on a few computers?
Thanks
8
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
As for what could cause this problem, instead of speculating I would suggest looking for error messages in the Java console whenever the images fail to appear.
|
 |
 |
|
|
subject: Icon images not loading on all computers
|
|
|