Need Help with Java Input.
I am a beginner in java. I am designing a small GUI application, which will take input in a JTextField in Gurmukhi language and convert it into equivalent English.
My problem is that when the user starts up the app and the user enters the text in the field, is possible to code the text field to accept the input as Gurmukhi.
I don抰 want to use the setFont () method of the JtextField.
Any help will be appreciated

