我試圖把我的窗口集中在(使用jnativehook)一個按鍵,但得到這個錯誤: java.lang.IllegalStateException: This operation is permitted on the event thread only; currentThread = JNativeHook Dispatch Thread` exception.
好像我不能改變來自鉤子線程的U
所以我試圖「登錄」被按下的鍵。問題是當我運行我的代碼時,程序會自動停止並將我發回到我可以編碼的地方。 我使用Eclipse
import org.jnativehook.keyboard.NativeKeyEvent;
import org.jnativehook.keyboard.NativeKeyListener;
public class Listener