How to add Icon To a folder using Java -
i want create folder , want attach icon it.
file f=new file(""); f.mkdirs(); // f.addicon() -- there inbuilt method this? or 3rd party lib?
is there anyway how can add icon created folder on windows system.
Comments
Post a Comment