Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

Ok so when i execute my GUI program, i get an exceptional error message that says: For input string: "4234123422244486" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source)

OpenStudy (anonymous):

My program is supposed to validate a credit card number of the card holder and see if it is valid or invalid Using the Luhn Algorithm, the methods are done in my Data Manager Class and i have called them into my GUI Driver class file GUI Driver: <== http://dpaste.com/1425210/ Data Manager Class: <=== http://dpaste.com/1425216/ Is my execution proper in my actionListener method or am i missing a method?

OpenStudy (anonymous):

This is my new GUI Driver class =====> http://dpaste.com/1425272/

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!