Title of the App

Hi,

i tried to set the title of the window with the call:

[java]settings.setTitle(“My Title”);[/java]

But its not working, the window wears still the title “JMonkey Engine 3.0”.



It is possible to change the type of the window? from Frame to Window?

You need to make that call before you call Application.start().

Thank you.