mHeaderPanel.init();
GridBagLineAdder centeradder = new GridBagLineAdder(center);
JLabel sep = new JLabel(" ");
sep.setFont(ResourceManager.getInstance().getSmallFont());
sep.setUI(new FillLabelUI(ResourceManager.getInstance().getLightColor()));
centeradder.setWeight(1.0f, 0.0f);
centeradder.add(mHeaderPanel);
// prepare the right panels containg the main information:
// the right pane is selected through the tabbed pane: