Handle external windows using java

前端 未结 4 933
小鲜肉
小鲜肉 2020-12-06 11:35

I need to check if an external window (another java program, but not controlled by the program that I\'m working on) is open using the title, and if it open, then either max

4条回答
  •  独厮守ぢ
    2020-12-06 12:00

    Java has no API for this, so you have to use JNI. See eznme's answer for details.

提交回复
热议问题