Syntax Highlighting Editor
This site documents a text editor written in Java with syntax highlighting.
| Edit.java | design notes |
| FileMenu.java | design notes |
| EditMenu.java | design notes |
| FontMenu.java | design notes |
| StyledTextArea.java | design notes |
| Text.java | design notes |
| Source.java | design notes |
As an aside, here is an example program showing how to detect and handle arrow keys manually, something that isn't needed in the editor:
| ArrowKeys.java | design notes |

