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!
1 Answer
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