gpt4 book ai didi

css - 调整按钮内的文本大小

转载 作者:行者123 更新时间:2023-11-28 07:00:16 29 4
gpt4 key购买 nike

我正在尝试在窗口更改大小时调整按钮文本的大小,但我不知道该怎么做。我正在使用 NetBeans、JavaFX 和 Scene Builder。看图片:按钮变大,但字体大小保持不变。 from here to here

最佳答案

您可以使用setFont 方法。例如

button.setFont(Font.font(40));

改变文字样式

button.setFont(Font.font("Calibri",FontWeight.BOLD,20));

关于css - 调整按钮内的文本大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33277498/

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