In Java there's no such thing as a "global" variable/method. Thus, for methods outside of your current class (including the inheritance hierarchy) you must quantify where that variable/method came...