A task's priority is an integer value that identifies the relative order in which it should be executed with respect to other tasks. The scheduler attempts to schedule higher priority tasks before lower priority tasks.
Most of the AWT-related events of the event-delegation model are defined
in the java.awt.event package. The AWTEvent class is defined in the
java.awt package.