When programming with eventhandlers,I import
java.awt.* and this means all the classes in the package are available for me to use,then
why is that I specifically need to import
java.awt.event.*
If anybody can clear me this doubt it will be useful to understand better.