Education Site
Saturday, 9 September 2017
Other methods of Applet
public Image getImage(URL url)
public Image getImage(URL url, String name)
Returns an image object that can be printed on the screen.
Ex :
Image im = getImage(getCodeBase(),"image.jpg");
drawImage(im,100,100,this);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Featured post
Development Of JAVA Program
Java - Sample Program
class Sample { public static void main(String s[]) { System.out.println("welcome"); } }
Java - File functions and FilenameFilter class
methods:- public long length(); public String getName(); public String getParent(); public String getPath(); public boolean exis...
Let Us Java
http://www.amazon.in/Let-Us-Java-Yashavant-Kanetkar/dp/8183334679?_encoding=UTF8&creativeASIN=8183334679&linkCode=w00&linkId=a1...
No comments:
Post a Comment