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.
我正在尝试使用 Java 代码设置屏幕的标题和副标题,但找不到合适的 api。
有没有办法使用 Java 代码设置屏幕标题和副标题?
谢谢
将标题和副标题设置为安装程序变量表达式,例如
${installer:myTitle}
然后,在屏幕被激活之前,将变量设置为所需的消息:
context.setVariable("myTitle", "My title");