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

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -