throws IOException {
BufferedImage mapIcon = ImageIO.read(PathfinderGeneralPlugin.class
.getResource(MAP_ICON));
ImageIconFactory icon = new SimpleImageIconFactory(mapIcon);
DocumentPlugin doc = new DocumentPlugin(
DocumentTypeConstant.BATTLE_MAP, icon, new PanelCreateBattle(),
null);
return doc;