distechDeveloper
distechDeveloper
pls @kwhat, according to the error code: SEVERE: refresh_locale_list [628]: Could not find keyboard map for locale 0X0000000004090409! I think this indicate the nativeKeyTyped event could not response properly, because...
Ops! Am having different issue again! is not showing the correct keyTyped... here is my override method `@Override public void nativeKeyTyped(NativeKeyEvent e) { System.out.println("KeyTyped:" + NativeKeyEvent.getKeyText(e.getKeyChar())); }` when i run,...
Working fine!! Thanks...