문제

I've written a JavaFX application that uses Java Web Start. For some reason, the window title 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top