Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi Keith, I tried using MediaTracker.But still it gives NullPointerException error.I couldn�t figure out where I am making mistake.It would be nice,if you help me with that.
The code doesn't actually wait until the MediaTracker signals that it has loaded the images; that's a crucial part of using a tracker. The javadocs for MediaTracker have an example of how to do that.
As a side note, next time you post code, use the code tags to keep it nicely formatted and readable. It makes understanding the ocde much easier. The tags are accessed through the "CODE" button beneath the text entry box during posting. I have added them to this post for you.