0

I'm looking for a way to build a XML editor with JavaFX, which checks the syntax and displays errors and also has syntax highlighting. Does anyone has an idea how to do that? Are there already components which I can use? Thanks!

dblum
  • 53
  • 6

1 Answers1

0

Not sure if it can help but you can check Scene Builder source code and e(fx)clipse source code. They might contain some relevant code samples for you

Gnas
  • 698
  • 1
  • 6
  • 14