I am using the RichTextFX control found here https://github.com/TomasMikula/RichTextFX. I am trying to create a server Log with different lines having different styles. For example if a line is telling the user good news such as a success the line will be green, bad news red, etc.
Any and all help is appreciated.
EDIT: Have been digging for a while and found a class (InlineCssTextArea) which I think will do what I want. However I am getting a java.lang.reflect.InvocationTargetException on the line I declare and instantiate the control. I feel I might have an issue with my jar?