1. How to add diffrent characterset support for JtextArea? stackoverflow.comI need to display a document, which is in Cp037 character Encoding, in JTextArea? I think JTextArea by default supports UNICODE character encoding. How to add Cp037 charater set support ... |
2. How do you get the selected character position in a JTextArea? stackoverflow.comHere is a challenging question! Let me first tell you my scenario how am i implementing a solution to a problem. I am reading a log file and displaying it on the JTextArea. ... |