Other |
---|
fx2.1Fixed |
Blocks :
|
|
Relates :
|
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.
|