I've been trying for the longest while to get it done but failed miserably. i hadI also triedCode:public class test extends JFrame { public JFrame win; public test() { win.setIconImage(Toolkit.getDefaultToolkit.getImage("name of image.gif")); setVisible(true); } }
none of the 2 worked. Can someone please help me?Code:public class test extends JFrame { public test() { setIconImage(Toolkit.getDefaultToolkit.getImage("name of image.gif")); setVisible(true); } }
+ Reply to Thread
Results 1 to 1 of 1
-
How's My English?
Similar Threads
-
Folder Icon Image Issues! :(
By lapetite_66 in forum ComputerReplies: 3Last Post: 6th Aug 2010, 23:06 -
Question how to change icon of software icon
By jimdagys in forum ComputerReplies: 3Last Post: 10th Oct 2009, 04:47 -
Image Snapshot in Vegas Pro 8 Preview window
By SCDVD in forum Newbie / General discussionsReplies: 1Last Post: 29th Dec 2008, 15:48 -
question about java download
By jimdagys in forum ComputerReplies: 7Last Post: 5th Oct 2007, 05:48 -
Java
By Lucifers_Ghost in forum ComputerReplies: 2Last Post: 1st Jun 2007, 09:27