919293949596979899100101
if(crossMethods.getText().equals("Take Ferry")) { try { river.takeFerry(); done = true; } catch(InsufficientFundsException f) { lblCross.setText("We're too poor for that, pick another way across.");