I am working on a project and have embedded a JavaFx Browser in a java application. Now, I would like to display some contents in the Browser.
I wanted to know that is there a way to display the contents through a string that contains HTML tags. I do not want to create a HTML file and the display the contents.
I was looking for something like JTextPane.