Example usage for Java javafx.scene.control MenuBar fields, constructors, methods, implement or subclass
The text is from its open source code.
MenuBar() Creates a new empty MenuBar. |
ObservableList | getMenus() The menus to show within this MenuBar. |
DoubleProperty | prefWidthProperty() |
void | setMinHeight(double value) |
void | setPrefHeight(double value) |
void | setPrefWidth(double value) |
void | setUseSystemMenuBar(boolean value) |