Exception in thread "main" java.util.NoSuchElementException
Hi all
I am here and i am getting a problem with the following code. I am reading a text file in to a jtable. i am unsure whats happening. Do you have any ideas.
Thanks
Exception in thread "main" java.util.NoSuchElementException
at java.util.Scanner.throwFor(Scanner.java:838)
at java.util.Scanner.next(Scanner.java:1347)
at QuestionController.load(QuestionController.java:69)
at QuestionController.<init>(QuestionController.java:20)
at QuestionController.main(QuestionController.java:173)
Press any key to continue . . .
It is working now thanks