gpt4 book ai didi

JavaFX,JFoenix - 按钮角是彩色的,即使是圆角

转载 作者:行者123 更新时间:2023-11-30 10:31:28 38 4
gpt4 key购买 nike

我有一个带有白色背景(而不是“灰色”默认背景)、透明边框和圆角的 JFXButton。这是我的 style 属性:

-fx-border-color: rgba(0,0,0,0.25); 
-fx-border-radius: 10;
-fx-background-color: #ffffff;

但这实际上是我得到的:

enter image description here

如您所见,角是彩色的,我不希望这样。这是 JFoenix 的错误还是我做错了什么?

最佳答案

您还可以为背景属性应用半径,这将使您拥有圆角而不会溢出任何背景色。

.jfx-button{
-fx-border-radius: 15pt;
-fx-background-radius: 15pt;
}

rounded buttons using jFoenix

关于JavaFX,JFoenix - 按钮角是彩色的,即使是圆角,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43192028/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com