Is there a Java library to access the native Windows API? Either with COM or JNI.
JNA is pretty nice. I'm just a beginner and I found it very easy. Works not only for the Win32 API but for almost any other DLL.