|
-
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);
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
|