> i want to draw a image in my applet and i used the code
> below. but it is not loading. i think there is a small mistake.
>
> public class GetImage extends java.applet.Applet {
>
> Image img;
>
> public void init() {
>
> System.out.println(getCodeBase());
> t
hi,
i want to draw a image in my applet and i used the code below. but
it is not loading. i think there is a small mistake.
thanks in advance
MUTHU.
import java.awt.*;
import java.lang.*;
import java.net.*;
public class GetImage extends java.applet.Applet {
Image img;
p