Add labels inside JscrollPane inside loop
问题 I have a loop that generates some Titles and Description which are String values and I made Labels to contains theses two strings, I want to add these to a JScrollPane , but for some reason my code isn't working, I'm not getting any error now, no item is being added to the scroll pane, here's my code: package testa; import java.awt.Color; import java.awt.FlowLayout; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; public class