Java's default JFormattedTextField is not easy to use. What are the other Java libraries available that provide an advanced formatted text field?
Asked
Active
Viewed 815 times
1
-
2"*Java's default JFormattedTextField is not easy to use*"..How so? – mre Apr 04 '12 at 12:32
2 Answers
2
RSyntaxTextArea has served me well. I'm using it in the jOOQ Console:
http://fifesoft.com/rsyntaxtextarea/
Although, that might be a bit of overkill for you...?

Lukas Eder
- 211,314
- 129
- 689
- 1,509
-
+1 I use RSyntaxTextArea too and I'm quite happy with it. It's easy to use and has built-in syntax highlighting for many common formats. – Michał Kosmulski Apr 04 '12 at 12:37
-