setTabCloseButtonsVisible

fun JTabbedPane.setTabCloseButtonsVisible(tabCloseButtonsVisible: Boolean?)

Configures visibility of close buttons on all tabs in this tabbed pane.

Parameters

tabCloseButtonsVisible

If true, all tabs in this tabbed pane will show close buttons.

See also