How to change first settings window?

How i can change or hide first (startup) window?

Hi, have a look at SimpleApplication.setShowSettings(false).
If you hide the setup window, I recommend to specify the AppSettings manually in your code and pass it then to SimpleApplication.setSettings(yourSettings).
I hope, that helps.

Thanks!