HELP!! Displaying JPEG while loading in applet
Hi, this is my first post on this forumn so go easy on me, hehe.
I've been wrestling for the last few days trying to figure out how to get my jpeg image to display while it is loading in my java applet. I've tried everything I could think of and right now i'm extremely frustrated with the whole thing.
I can determine when the image is loading with mediatracker, but if i try to display it while it is loading it cache's it and doesn't load any further even if i repaint multiple times. I've ever tried taking apart what i had of the image with pixelgrabber and shoving it into a blank image and displaying that so it wouldn't cache the original but that didn't work.
I've also tried about 50 other variations of this and i just cant get it to work.
I was about to jump off my chair with the noose tied around my neck when i figured i'd give this forumn a try. Please help, you'd be saving a life!! :)
Thanks for your time,
-Tritian

