You can edit the syntax file (java.syn) directly since it is itself a simple flat text file. You can also play around with the colors and adjust them to your own satisfaction (keywords, strings, comments, brackets, etc).
TextPad has support built-in for you to compile your source code and run the class files right from within TextPad.
Here are the three simple steps to integrating Java compilation and execution.
- From the Configure menu, choose Preferences.
(The Preferences dialog box is displayed.) - Select Tools. (last option in the left-hand tree pane)
- Click Add, and choose Java SDK Commands
