Scrollable « JTextArea « Java Swing Q&A





1. How to add scrollable JTextArea to jDesktopPane    stackoverflow.com

I was try several opinion but neither of them it seams to work. This method returns JTextArea

    private static JTextArea getJArea() {
 if (jArea == null) {
  jArea ...

2. make a JTextArea scrollable    stackoverflow.com

How would I make the following JTextArea scrollable?

    private JTextArea getJTextArea1() {
    if (jTextArea1 == null) {
        jTextArea1 ...

3. Scrollable TextArea    coderanch.com

4. Scrollable JTextArea    forums.oracle.com