set Run Modified Animation On Tab Close Button
fun JTabbedPane.setRunModifiedAnimationOnTabCloseButton(runModifiedAnimationOnTabCloseButton: Boolean?)
Content copied to clipboard
Specifies that only the close button of a marked-as-modified tab components 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 JTabbedPane.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.