They "import" classes from different packages. One package is java.awt and another is java.awt.event. They are different and unrelated.

The "import on demand" (the one with '.*') can import only...