Click to See Complete Forum and Search --> : How can I know if a file is a image file or not?


xeonyaya
August 12th, 1999, 08:10 PM
Toolkit tool=getTookit();
Image im=tool.getImage("A local file");
but if the local file is not a image file or the type that drawImage (..) doesn't support ,
what will happen?