I thought menuitems would have a size method or some sort to control the size, but I cannot find any.
How do people resize menuitems in a menubutton?
For example if I create a menubutton in scene builder, the menu items have a very small width. If I widen the menubutton the menu items stay the same size. The only way I've found so far is to a pane to the item in scene builder, but in java code I can't see how this can be done.
Has anyone had the need to resize menu items??