-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
Mac OS X 10.7
Originally, Glass used com.sun.glass.ui.Application.Run(String args[], String title, final Launchable launch able) to allow the client to provide a custom App name.
There is already other mechanisms in place that control the App name and JFX - the only Glass client at this time is not using the title parameter either.
On Mac we use the info from bundle, then -Xdock:name (assuming we can implement it)
Unsure about Windows/Linux.
We should deprecate this API to simplify the situation.
There is already other mechanisms in place that control the App name and JFX - the only Glass client at this time is not using the title parameter either.
On Mac we use the info from bundle, then -Xdock:name (assuming we can implement it)
Unsure about Windows/Linux.
We should deprecate this API to simplify the situation.
- blocks
-
JDK-8091358 Remove com.sun.glass.ui.Application.Run(String args[], String title, final Launchable launchable)
- Closed
- relates to
-
JDK-8100859 Mac: Stage.setTitle has no effect on Mac application name
- Closed