Re: draw images

1999-07-22 Thread Rick Sanders
> 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

draw images

1999-07-22 Thread R MUTHUSWAMY
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