开发者

Java Web Start window title problem

开发者 https://www.devze.com 2022-12-08 16:41 出处:网络
I\'ve written a JavaFX application that uses Java Web Start. For some reason, the window title 开发者_StackOverflow中文版is always \"Java\" (on Linux) or blank (on Windows). However, the desktop icon

I've written a JavaFX application that uses Java Web Start. For some reason, the window title 开发者_StackOverflow中文版is always "Java" (on Linux) or blank (on Windows). However, the desktop icon has the correct application title and image.

From what I've found so far, the important bit here is the information > title element in the JNLP file.

What am I missing?

NOTE: I'm happy to post my JNLP content if someone says it would be of use.


It turns out that the application title and icon for the taskbar entry are controlled by the title and icons attributes of the Stage.

Only the title and icon of the desktop icon are controlled by the JNLP.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号