timeZonePanel.add(mTimeZoneLabel);
timeZonePanel.add(mTimeZones);
pb.add(timeZonePanel, cc.xyw(3,26,3));
mProgramReceiveTargetSelection = new ProgramReceiveTargetSelectionPanel(UiUtilities.getLastModalChildOf(CapturePlugin.getInstance().getSuperFrame()),
mData.getProgramReceiveTargets(),null,CapturePlugin.getInstance(),true,mLocalizer.msg("sendToTitle","Send scheduled programs to:"));
mProgramReceiveTargetSelection.addChangeListener(this);
pb.add(mProgramReceiveTargetSelection, cc.xyw(1,28,5));
// add ChangeListener to the spinners