Keyboard 'Accelerator' is when you have a character defined so if the user presses the <alt+f> keys for instance, if a main menu of [ File ] is present with the accelerator added, the File menu will be presented. This behavior would work the same for the button.
The Accelerator will be defined as a KeyStroke() class.
Benefits: In said of traversing thru the components, this would be a short cut for the user.