I have a crossword generator project, and the user is going to list in their words in text fields to generate a crossword puzzle from those words.
I need to write a proper code to take in the words from the textfields and save them in an array.
and then save them to a text field. to make it easier for the user to look at his word when he comes back to the application.
I wrote A code, but it doesnt seem to be appropriate because everytime I try to print the array contents it prints nothing.
I might need help with the line that takes the text from a text field and saves it in an array , or a new idea to do it.
I am new to java and not very fimiliar with it.
I am using Netbeans IDE
Untitled.jpgUntitled.jpg