Thursday, December 13, 2012

Incetercept Java Keyboard event: Uyghur Input TextBox

I intercepted the keyboard input in Java JTextField and replaced the keycode with corresponding Uyghur Unicode letters. You can directly type Uyghur in Java forms using this class. You don't need system level Uyghur input methods. You don't have to switch between input methods even if you have system supported Uyghur input method.

This class can also be used to filter some keyboard inputs, such as numbers, or punctuations.

Here is the UyghurTextEdit class code:

UyghurTextEdit NetBeans Project

Jar File:
UyghurTextEdit.jar

Source Code of the class and test file.
UyghurTextEdit.java
UyghurTextBoxTest.java


No comments: