I need to create a toolbar in my screen that will have multiple buttons, and each button must have multiple lines of Text. For example:
Label label= new Label("your long text here"); label.setStyle("-fx-max-width : 180px); label.setWrapText(true);