Is there a way to send Windows-specific messages from Java to IE or Netscape without using the ms package?
Created May 4, 2012
John Zukowski You can write JNI code that does the equivalent of the ms.* packages. There is no native support in Java to do this though (hence Microsoft providing this in their ms.* package).