Skip to main content

Posts

Showing posts from October, 2017

Use of image, font class in awt in java

     Use of image class and font class in mouse  click awt , java Image class is used for handling the images or plotting the images on the applet. Method of Image class : getImage( ) :                         This method is used for obtaining the image reference .                         The general form is ,                                     Image getImage(getCodeBase( ) , "image Name") getCodeBase() :             get the object which will display the ima...