public MenuButton (String text, Node graphic, MenuItem… items)

Creates a new menu button with the given text and graphic to display on the button, and inserts the given items into the items list.

Parameters:
text    the text to display on the menu button
graphic    the graphic to display on the menu button
items    The items to display in the popup menu.

Since:  JavaFX 8u40