An Image Drawing Example
This example shows how to get the actual height and width of the image to use in scaling the image under java program control.
public void class Drawleaf extends java.applet.Applet
{ leafimg = getImage(getCodeBase( ),”images/Leaf.gif”);
public void paint ( Graphics g )
g.drawString ( theDate.toString ( ), 10, 50 );