The .* wildcard on the import statement will import all classes within the package, so all classes within java.awt package in your case, however this does not extend to subpackages so classes...