sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

Fix TabPane close button display problem #1129

Closed yousiqi closed 4 years ago

yousiqi commented 4 years ago

support SELECTED_TAB policy #75 @jfoenixadmin

tabpane

Just add the following configuration: tabPane.setTabClosingPolicy(TabPane.TabClosingPolicy.SELECTED_TAB);

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information