mDescriptionLines.setEnabled(mShowDescription.isSelected());
mDescriptionLabel.setEnabled(mShowDescription.isSelected());
}});
pb.addSeparator(mLocalizer.msg("pluginPictureTitle", "Default picture settings for the program lists of the Plugins"), cc.xyw(1, y+=2, 8));
pb.add(mPluginsPictureSettings = new PluginsPictureSettingsPanel(new PluginPictureSettings(Settings.propPluginsPictureSetting.getInt()), true), cc.xyw(2, y+=2, 7));
pb.add(helpLabel, cc.xyw(1, y+=2, 9));
mShowPicturesInTimeRange.addItemListener(new ItemListener() {
public void itemStateChanged(ItemEvent e) {
mPictureStartTime.setEnabled(mShowPicturesInTimeRange.isSelected());