I am working in a tool which requires the user to interact with a console and for each typed command there is a graphic representation with the result of the command. I would like to have a single JavaFX app with a TextArea serving as the console for the spring-shell app and a canvas serving as the visualization output.
How can I replace standard input / output used by spring-shell with a TextArea?
Thanks