hello
i am unable to add an image in .bmp form on the super of my screen(program output).i have used
try{
frame.setIconImage(Toolkit.getDefaultToolkit().getImage("Image4.bmp"));
}
catch(Exception e)
{
}
But this method does not work.
Please help me and suggest some new ideas on this.
Thanks!
Singhvrijendra@hotmail.com