You must declare a nested class static if you try to instantiate it from a static context (eg main). Inner classes (non-static nested classes) have access to the variables in the enclosing...