Install4j - 如何更改与警报消息关联的默认字体大小

Install4j - how to change default font size associated with alert messages

enter image description here我正在寻找一个选项来更改与 Util.showMessage(message) 和 Util.showErrorMessage(message)[=12= 显示的默认警报消息关联的字体大小和颜色]

我们注意到警告消息的字体大小和颜色在最新 (7.x) install4j 版本中发生了变化。

Alert message with 7.x

在 install4j 7.x 中,您可以像在 install4j 6.x 和更早版本中一样获得 old-style 警报,方法是在安装程序->屏幕和操作步骤中选择安装程序并添加

-Dinstall4j.noNativeDialogs=true

到"VM parameters"属性。