Goodevening how can have a JTextArea like in netbeans (see the pic) my code of the JTextArea:
JTextArea infoArea = new JTextArea(10,10); infoArea.setLineWrap(true); ...