Search code examples
javaswingjtextareaintellij-plugin

How to create a customized text area in Java for Java code


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.


Solution

  • I think this is what you are looking for: https://github.com/bobbylight/RSyntaxTextArea

    Its is a text editor for Java swing applications.