It helps to post the full error message, and trim your code down to an SSCCE. A NumberFormatExceptions is thrown by Number object parsers (such as the Double.parseDouble method you use) if the...