199200201202203204205206207208209
continue; } frame.setVisible(true); inst.setText(Messages.getString("NetworkTab.50") + ": " + plugin.getName()); try { plugin.install(label); } catch (Exception e) { LOGGER.debug("An error occurred when trying to install the plugin: " + plugin.getName()); LOGGER.debug("Full error: " + e); } }