int x = 0;
for (DcModule module : DcModules.getModules()) {
if (module.isSelectableInUI() && module.isTopModule()) {
JRadioButton rb = ComponentFactory.getRadioButton(module.getLabel(), module.getIcon32(), "" + module.getIndex());
rb.addMouseListener(new ModuleSelectionListener());
bg.add(rb);
components.put(module.getIndex(), rb);
add(rb, Layout.getGBC( x, y++, 1, 1, 1.0, 1.0