Do not pack main frame when a new plugin is added.

cusax-fix
Yana Stamcheva 18 years ago
parent 4d86cad74c
commit 2a6109abce

@ -172,8 +172,6 @@ private void init()
JPanel menusPanel = new JPanel(new BorderLayout());
String osName = System.getProperty("os.name");
this.setJMenuBar(menu);
menusPanel.add(quickMenu, BorderLayout.SOUTH);
@ -1215,8 +1213,6 @@ public void pluginComponentAdded(PluginComponentEvent event)
public void run()
{
addNativePlugins();
pack();
}
});
}
@ -1229,8 +1225,6 @@ public void run()
constraints);
}
}
this.pack();
}
/**
@ -1271,7 +1265,6 @@ public void run()
finalConstraints);
getContentPane().repaint();
pack();
}
});
}

Loading…
Cancel
Save