Here is the code for replacing default Java-Cup icon from your own image file of Window Frame:-
AppWindow appwin=new AppWindow();
Image imIcon=Toolkit.getDefaultToolkit().getImage("x.jpg");
appwin.setIconImage(imIcon);
Note: Here AppWindow is a class extended from Frame class.
Thursday, July 10, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment