Search the web
Sign In
New User? Sign Up
EastCoastGames · East Coast Games Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Java Applet Problem   Message List  
Reply | Forward Message #180 of 195 |
I'm having trouble running the applet. Can you tell me if I made a
mistake?

_____________________________________________________________________

import java.applet.*;
import java.awt.*;

public class loadimage extends Applet {

public Image logo;

public void init()
{
logo=getImage(getDocumentBase(),"logo.jpg");
}

public void paint(Graphics g)
{
g.drawImage(logo,0,0,this);
}

}




_____________________________________________________________________










Sat Dec 6, 2003 5:10 pm

fireviper9999
Offline Offline
Send Email Send Email

Forward
Message #180 of 195 |
Expand Messages Author Sort by Date

I'm having trouble running the applet. Can you tell me if I made a mistake? _____________________________________________________________________ import...
fireviper9999
Offline Send Email
Dec 6, 2003
5:10 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help