new PanelCreateSpellBook(), new PanelSpellBookViewer());
return doc;
}
public static DocumentPlugin buildNoteDocumentPlugin() throws IOException {
DocumentPlugin doc = new DocumentPlugin(DocumentTypeConstant.NOTE,
new NullImageIconFactory(), new PanelCreateNote(),
new PanelViewNote());
return doc;
}