Tushar Chutani
Tushar Chutani

Reputation: 1570

extracting icons from files/folders java

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

Answers (2)

Nate W.
Nate W.

Reputation: 9249

It's pretty simple actually, you just need to use:

For an example, check out How to Use Icons.

Upvotes: 0

Trefex
Trefex

Reputation: 2320

Can this help ?

http://www.rgagnon.com/javadetails/java-0439.html

Upvotes: 3

Related Questions