I'm using TextEditorPane in my editor and have implemented a FileLocation for accessing code on my companies systems and that's working (thanks again for the help.)
however I am now trying to create 'offline' functionality in my code. which would allow you to create documents both locally and remote. Since FileLocation is an abstract class Is there some default implementation of FileLocation that would just use whatever local OS input/output stream?
