gpt4 book ai didi

css - 在 javafx 中为背景页面设置覆盖

转载 作者:行者123 更新时间:2023-12-04 14:21:38 24 4
gpt4 key购买 nike

当显示弹出窗口时,我需要将背景覆盖设置为灰色,如下图所示。我已将背景页面设置为弹出窗口的所有者页面。所以其他时候当弹出窗口没有显示它是正常的。我没能做到这一点。请有人指导我。 enter image description here

最佳答案

有点晚了...但您可以尝试使用 ColorAdjust在 JavaFX 中:

         ColorAdjust dim = new ColorAdjust();

dim.setBrightness(-0.4);
stage.getScene().getRoot().setEffect(dim);
将其设置在 stage 上你渴望,它应该工作。

关于css - 在 javafx 中为背景页面设置覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24135140/

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