|
-
September 23rd, 1999, 11:41 PM
#1
Icon on Frame HELP !!
I want to display company icon on frames I run in a java applet....i use the following code but the javacup disappears but my image doesnt either show up..please help
Toolkit toolkit = Toolkit.getDefaultToolkit();
Image image = toolkit.getImage("Image.bmp");
frame.setIconImage(image);
frame.pack();
frame.setVisible(true);
-
September 24th, 1999, 01:56 AM
#2
Re: Icon on Frame HELP !!
Forget da BMP format, convert it to GIF!
-
September 25th, 1999, 12:14 AM
#3
Re: Icon on Frame HELP !!
thanks buddy ..it worked...i think even bmp works ..in my case it didnt work cos it was of large size...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|