[2691] in java-interest
Displaying a GIF
daemon@ATHENA.MIT.EDU (Michael Afergan)
Tue Oct 10 21:54:56 1995
From: mikea@ai.mit.edu (Michael Afergan)
Date: Tue, 10 Oct 1995 20:06:56 -0400
To: hotjava-interest@java.sun.com, java-interest@java.sun.com
I am attempting to display a gif in a simple applet. I have
already painted the background and done some other stuff that works
perfectly. I then load a GIF using the statement :
Image im = getImage("C:\\hotjava\\demo\\images\\dancing-duke\\t1.gif");
and then try to display the image using:
g.drawImage(player,50,50);
However, nothing displays. All previous and following lines work
fine. Any ideas why?
Any suggestions would be greatly appreciated,
-- Mike
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com