GridBagConstraints gc = new GridBagConstraints();
gc.weightx = 1.0;
gc.weighty = 1.0;
gc.anchor = GridBagConstraints.NORTHWEST;
gc.fill = GridBagConstraints.BOTH;
PreferencePanel plugins = gui.createPreferenceTab(this);
plugins.add(buildContentPane(), gc);
readLocalPluginInformation();
pluginPreferencesActivated = true;
}