Search:

Type: Posts; User: bryanOnInternet

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    1,289

    Re: error in code?

    really sorry for the really late reply. Thanks for the guideline provided on both the question and code quote(just knew about the code quote). :)
  2. Replies
    2
    Views
    1,289

    error in code?

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

    public class displayImage extends Applet {
    Image img;

    public void init(){
    img=getImage(getCodeBase(),"runningman.jpg" );
    }
Results 1 to 2 of 2