It is much more convenient and cleaner to use a single statement like
import java.awt.*;
than to import a bunch of individual classes
For the record: When you add an import, you are also indicating your dependencies.
You could see quickly what are the dependencies of files (excluding classes of the same namespace).