ScrollPane « JTextArea « Java Swing Q&A





1. a retractable JTextArea with scrollpane    stackoverflow.com

Goodevening how can have a JTextArea like in netbeans (see the pic) alt text my code of the JTextArea:

   JTextArea  infoArea = new JTextArea(10,10);
   infoArea.setLineWrap(true);
   ...

2. to fix scrollpane in JTextArea    coderanch.com

3. ScrollPane / JTextArea Help    coderanch.com