I have added an image for my button,but when I run that frame this exception will be thrown .why?please help me.
init: deps-jar: compile-single: run-single:
It looks like getClass().getResource("/Images/yahoo_1.gif") returns null i.e. the .gif cannot be found on your classpath. (Images versus images maybe?)
getClass().getResource("/Images/yahoo_1.gif")
null