in my app I have a HTMLEditor and I want to highlight White Spaces to show the user where my editor inserted white spaces. In Swing this was easy but I can't find out how to do it with JavaFX. I know that there is already a question about styled text in general Styled text in JavaFX? but here I am interested in white spaces specifically. Any suggestion?
Many thanks