Example code for a document-based app?

Hey All,

  Is there some example code available for a document-based app? I see that I need to subclass FileBasedDocument.

thanks!

There's the MDI demo page in the juce demo app?

..and perhaps other people have some code they could share.

Thanks! I see with MultiDocumentPanel I have the option of tabbing all the documents, which is nice.

Is there a way I can have each document in a separate top-level window, like a typical native app?

Well of course - that'd just be a case of creating whatever top-level windows you need.