I Want to create a folder and I want to attach a Icon to it.
File f=new File("");
f.mkdirs();
// f.addIcon() -- Is there any inbuilt method like this? Or any 3rd Party Lib?
Is there anyway how can I add icon to created folder on Windows System.
I Want to create a folder and I want to attach a Icon to it.
File f=new File("");
f.mkdirs();
// f.addIcon() -- Is there any inbuilt method like this? Or any 3rd Party Lib?
Is there anyway how can I add icon to created folder on Windows System.