this.buttonComp = (ItsNatFreeCheckBox)compMgr.createItsNatComponentById("buttonId","freeCheckBox",null);
buttonComp.addEventListener("click",this);
ToggleButtonModel dataModel = buttonComp.getToggleButtonModel();
dataModel.addChangeListener(this);
dataModel.addItemListener(this);
}
public void endExamplePanel()
{
this.buttonComp.dispose();