I am using JavaFX 8 and have a tab pane as this:
I was wondering if there was any way to place an icon into the top right of the tab pane such as in this
My goal is to have a colored indicator in the top right of the tab pane that I can toggle between green
and red as needed. Is there any way to add a colored circle or something similar into the top right of a tab pane?



