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