Docking a java application jna on windows
问题 I'm trying to build a Windows dockable application that reserves a section of the screen to prevent other applications from show in that space. I have try using JNI and JNA. The code above shows how far I have got. package jnadock; import com.sun.jna.Library; import com.sun.jna.Native; import com.sun.jna.Pointer; import com.sun.jna.platform.win32.ShellAPI; import com.sun.jna.platform.win32.ShellAPI.APPBARDATA; import com.sun.jna.platform.win32.WinDef.DWORD; import com.sun.jna.platform.win32