Package game

Examples of game.River.takeFerry()


       
        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.");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.