I have an FX application that allows you to select some variables. When a variable is selected, the text of the application bar/title bar is replaced with the variable description.
Some descriptions are too long though and the text gets cut off. Is there a way to have the application bar or title bar wrap the description to a new line? Or is there a way to add a tool tip to the application bar? Or is there a more elegant and user friendly way to display the variable description?
I am leaning toward creating my own title bar based on this post: Custom title bar in Javafx 2.0?
I am hoping creating my own allows me to set a vertical size that can allow two lines.