JScrollPane don't appear on JTextArea
问题 I have next problem, JScrollPane don't appear on JTextArea and I don't know why? I tried in many ways but nothing, it don't want to show me! I put below a part of the code. All appears correctly, JFame, JTextArea, text inside JTextArea, all without JScrollPane. Please, can somebody help me? package pachet; import java.awt.BorderLayout; import java.awt.Container; import java.util.ArrayList; import javax.swing.GroupLayout; import static javax.swing.GroupLayout.Alignment.BASELINE; import javax