Hello!

I have two-dimensional array with JTextFields, c[9][9], and I also have a LinkedList, la, that contains Strings. I want to use this code in order to set the text in the JTextFields:

...