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