How to suppress the Display Settings dialog

In all the “Hello …” jME3 tutorials on your wiki, whenever the jME application starts up, I first get an initial dialog called “Display Settings”. It features a picture of the jME Monkey and allows me to configure system/monitor settings before the main application starts up.

Is there any way to suppress/disable this? If so, how?

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:intermediate:appsettings

[java]app.setShowSettings(false);[/java]