Hello, I am working on a school assignment (GUI based) that will read an existing file consisting of single words on six different lines, then write these words in reverse order to a JTextArea. I am having trouble locating any guides to help me through the creation of an array and then reading from the array in reverse order. I have ...