private PropPanel propPanel;
private ButtonPanel buttonPanel;
public void install(PanelEvent event)
{
buttonPanel = new ButtonPanel();
propPanel = (PropPanel)event.getRecipient();
propPanel.add(buttonPanel);
propPanel.getBackstage().put("button", this);
}