for (Plugin plugin : plugins) {
if (SecurityCentre.getInstance().getUser().isAuthorized(plugin)) {
DcPluginField fld = new DcPluginField(plugin);
fld.addActionListener(this);
add(fld, Layout.getGBC( x, y++, 1, 1, 1.0, 1.0
,GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH,
new Insets( 0, 5, 5, 5), 0, 0));
}
}