// based on the checkbox selection, mark the first tab component
// to have modified contents
((JComponent) comp).putClientProperty(
SubstanceLookAndFeel.WINDOW_MODIFIED, firstTabModified
.isSelected() ? Boolean.TRUE : null);
jtp.repaint();
}
});
final JCheckBox animationOnCloseButton = new JCheckBox(
"Animation on close button");