JavaFX Button with multiple text lines

前端 未结 6 2119
一个人的身影
一个人的身影 2021-01-13 04:35

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:

6条回答
  •  梦谈多话
    2021-01-13 05:28

    I resolved this problem including a VBox inside my button, and then including several Labels inside the VBox. Like this:

    enter image description here

    The result is:

    enter image description here

    If there is a more elegant way to have the same result, please, let me know. Thank you.

提交回复
热议问题