Hello.

I was wandering how to display a content of an ArrayList in a GUI??

I tried to do this in this way:

for(int i = 0;i<student.size(); i++){

JOptionPane.showMessageDialog(null,...