Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 JFXCheckBox 的框边框颜色和半径?(我正在使用 JFoenix 库)
除了 JFoenix 之外,CheckBox 是否有任何很酷的 JavaFX 库?
要更改 JFXCheckBox 的边框颜色,请使用-jfx-unchecked-colorcss 属性
-jfx-unchecked-color
checkBox.setStyle("-jfx-unchecked-color: red");