sibling = c;
int siblingHeight = 280; if (sibling != null) siblingHeight = sibling.getPreferredSize().height; //System.out.println("east Panel prefered size = 280," +( siblingHeight + 60)); return new Dimension(280, siblingHeight + 60);
this.sibling = sibling;