Is there a way to implement the Scanner class into a GUI class? Or if not is there a GUI equivalent? I am trying to use a scanner class in combination with a file reader to read in a file to an array but it's just not working. everything except for the scanner declarations work fine. but the scanners throw a wierd java.io.FileNotFound exception. does anyone have any ideas on this?

