keyring = new KeyRing();
keyring.setAlignmentX(Component.LEFT_ALIGNMENT);
containerPanel.addRepaintable(keyring);
client.addFeatureChangeListener(keyring);
spells = new Spells();
spells.setAlignmentX(Component.LEFT_ALIGNMENT);
containerPanel.addRepaintable(spells);
client.addFeatureChangeListener(spells);
return containerPanel;