Reputation: 1570
I am trying to extract icons images from specific files or directory using Java. I have looked around the internet but haven't found a reasonable answer to this question. Are there any libraries which would help me achieve this?
thanks, TC
Upvotes: 0
Views: 734
Reputation: 9249
It's pretty simple actually, you just need to use:
For an example, check out How to Use Icons.
Upvotes: 0