4142434445464748
} public static DocumentPlugin buildImageDocumentPlugin() throws IOException { DocumentPlugin doc = new DocumentPlugin(DocumentTypeConstant.IMAGE, new NullImageIconFactory(), new PanelCreateImage(), new PanelViewImage()); return doc; }
4041424344454647