I want to add GUI to my software and I'm trying to create a text area designed for java code.
In other words, I want to create a small java editor area. How can I do that? I'm using IntelliJ and SWING if it matters.
I think this is what you are looking for: https://github.com/bobbylight/RSyntaxTextArea
Its is a text editor for Java swing applications.