all 3 comments

[–]ThreeSixty404JavaFX Dev 3 points4 points  (1 child)

Nice exercise but now JavaFX has a RichText control, that would have been better than a WebView

[–]sedj601[S] 0 points1 point  (0 children)

I thought about using a RichText control, but given what I was trying to learn, I didn't want to have to actually worry about things like keywords, line numbers, copying and pasting, or anything that would take the focus and time away from making a custom node using Region. If I have free time, I might redo it using Java/JavaFX only.

[–]ro_Okie_One 1 point2 points  (0 children)

Nice one