Encoding « JTextArea « Java Swing Q&A





1. How to add diffrent characterset support for JtextArea?    stackoverflow.com

I 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.com

Here 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. ...