72
JavaFX Menu
JavaFX provides a Menu class to implement menus. Menu is the main component of a any application. In JavaFX, javafx.scene.control.Menu class provides all the methods to deal with menus. This class needs to be instantiated to create a Menu.
The following sample of code shows the implementation of JavaFX menu.
EXAMPLE:
Output:
Next TopicJavaFX Tooltip