setRunModifiedAnimationOnTabComponentCloseButton

fun JComponent.setRunModifiedAnimationOnTabComponentCloseButton(runModifiedAnimationOnTabCloseButton: Boolean?)

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

runModifiedAnimationOnTabCloseButton

If true, the marked-as-modified animation will run only on the tab close button.