Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change default icon image(coffee cup) on titlebar using java netbeans project. How it can be possible. please reply this.
Posted

 
Share this answer
 
Comments
Himanshu Bajpai 8-Aug-11 0:20am    
I know but how it can be possible in netbeans java project. How to set path in netbean project.
Use this Code to Fix your pblm:
C#
setIconImage(Toolkit.getDefaultToolkit().getImage(
                ("C:/Documents and Settings/car/diskUtil/images.jpg")));

you can paste it anywhere of your pgm....

enjoy....by $@THEESH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900