return (CircularList)((JComponent)comp).getClientProperty("qq_HeightPartners");
}
public class HeightListener implements PropertyChangeListener {
public void propertyChange(PropertyChangeEvent ev) {
if (ev.getSource() instanceof JComponent){
CircularList partners = getPartners((JComponent)ev.getSource());
if (partners == null) return;
/*
* go through the circulat list and make all the same height as the largest
*/
/*