Indent « JTextArea « Java Swing Q&A





1. need JTextArea (or similar) with indented first line    stackoverflow.com

How can I extend JTextArea to indent the first line? I would like to display some non-editable things in the upperleft corner area of the text area (e.g. some icons). ...

2. JTextArea indent question    coderanch.com