set Run Modified Animation On Tab Component Close Button
fun JComponent.setRunModifiedAnimationOnTabComponentCloseButton(runModifiedAnimationOnTabCloseButton: Boolean?)
Content copied to clipboard
Specifies that only the close button of a marked-as-modified tab component should pulsate. By default, the animation on modified tabs is on the entire tab rectangle. Note that this is only relevant for tabs configured with JComponent.setTabContentsModified.
See also
Parameters
run Modified Animation On Tab Close Button
If true, the marked-as-modified animation will run only on the tab close button.