* @return The event status code
*/
public JaspiraEventHandlerCode pluginmanageropen(JaspiraActionEvent je)
{
// Create the plugin manager plugin
PluginMgrPlugin plugin = new PluginMgrPlugin();
plugin.initializePlugin();
plugin.installPlugin();
// The dialog will uninstall the plugin again when closed
PluginDialog dialog = new PluginDialog(ApplicationUtil.getActiveWindow(), plugin, null, true);
SwingUtil.show(dialog);