I'm switching my chat client over from Swing to JavaFX, and I have run into a graphical problem. Previously, I was using a JTextPane
to insert styled text, but upon switching to FX, I could not find a single component capable of doing what the JTextPane
did, and from this answer, I know that FX's TextPane
will not do the job either. Sorry if this is obvious to you JavaFX veterans, but I can't quite seem to find anything.
Please, if you could recommend a component like this, it would be much appreciated. Thank you in advance.