Hi I know this is WAY off topic and I apologize but I can't find help anywhere else and i know the J-Twat people read this. Here's my problem In my system design and analysis class we have to create a console app using J++. The app is a simple calculator that shows a happy face when the answer is positive and a sad face when negative. This being my first java program has me a delima

I don't know how!.. I have to calculator working great but i can't get it to show a GIF. here is the code i have for the picture
public void face (Graphic g)
Image smile = getImage(getCodeBase(), "smile.gif");
g.drawImage(smile,0,0,this);
I get the error Graphics doesn't have method drawimage(image, int, int, obeserver)
can someone please help me out?
"An Eagle can't soar unless the sky is limitless"