Trying to code a basic text editor to play around with Java's file objects and classes. What I cannot seem to figure out is how to go about developing something like the 'nano' interface. Or 'vim' interface, for that matter.
File creation is not a problem, its editing on the fly, and post-creation editing, that has just got me.
Any ideas?
Edits: Similar questions on Stackoverflow that I found interesting: 1 http://stackoverflow.com/questions/3169440/text-editor-theory