Text goes outside JTextArea
问题 I am trying to do something in Java which requires me to have a JTextArea in a ScrollPane. Here is how I have defined them: private JTextArea longestparagraph = new JTextArea(); .... JScrollPane scrollpanedreapta = new JScrollPane(longestparagraph, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); scrollpanedreapta.setBorder(BorderFactory.createTitledBorder("Cel mai lung paragraf:")); The problem I'm encountering is that the text doesn't start on a new line when