I am designing a Swing Application to open a Java Program from .java
file and save it to same.
My question is how will I display the Java program in JTextArea
or any other editor with proper formatting, designing and Indentation.
Right now I use JTextArea
& get something like this, which is not so soothing:
Any suggestion how I may make it look better?