jlabels

Java Swing- Create a function to add elements to JScrollPanel

I want to create a function so that i can call add JLabel's, etc inside the JScrollPanel. I am not sure what the command is in NetBeans. I tried doing JScrollPanel -> events -> container -> componentAdded to create the code below. But nothing shows up when i add code to that function. private void initComponents() { scro...