Just a quick and probably silly question, how do I set a document variable? I imagine it's is something like :
but that doesn't seem to work...Code:Document myDoc = new Document("C:/folder/file");
(I get an error saying javax.swing.text.Document is abstract, can not be instantiated)
cheers!

