How to implement file icon overlay in java, way for example turtoisesvn or dropbox do

I am looking for the best (fast and easy to use, not needed most reliable) way to overlay file icons in Windows 7 Explorer from a prototype written in java. I saw on SO questions about overlaying icons in Net and Python, none of them for java.

+3
source share
2 answers

I am afraid that this cannot be done in java. You must create and register a COM object that, in particular, implements the IExtractIcon interface, and associate it with the files you want to manage. more details here

+6
source

JNA (https://github.com/twall/jna) - - . user32.dll .. - , JNI . , JNA . , JNA.

0

All Articles