How to set JLabel text from an array
843785Oct 25 2008 — edited Oct 25 2008I several JLabels that correspond to the elements in an array. Is there a way to loop through the array and set the text of the labels for example:
Label names are description1JLabel throught description10JLabel the text in array[ 0 ] would be set to the first label array[ 1 ] to the second and so on.