Look at line 49 in Season.java where the call to parseInt is made and see why the arg for the method is ""

For example:
Integer.parseInt(inputTemp.getText());

Do this in two steps. Get the...