You must change the application settings in the main method before app.start. To do this, first import com.jme3.system.AppSettings;, then create a new object AppSettingswith the parameter true or false, after which you can specify the location of the new image with yourAppSettingsObject.setSettingsDialogImage(path/to/image).
, app.setSettings(yourAppSettingsObject);.