iconName |
Name of the file containing an icon to be set into the button
(mandatory) |
toolTipText |
Text that is shown when the mouse cursor is moved over the
button (mandatory) |
name |
Name used by the Desktop to identify this component |
width |
Width of the button |
height |
Height of the button |
x |
Horizontal coordinate for the location of the button |
y |
Vertical coordinate for the location of the button |
circularNavigation |
Whether pressing the "down arrow" key once the bottom item
button has been reached will return focus to the top item button,
and pressing the "up arrow" key from the top-most item button will
return focus to the bottom item button |
hotKey |
Combination of keys used as a hot key for the MenuButton. Pressing
this combination of keys when the MenuButton is visible on the Desktop
is equivalent to clicking the MenuButton. |
onInitialize |
Java code to be executed
when the component is initialized |