You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Grace edited this page May 20, 2019
·
1 revision
Configuration
The window manager configuration is defined by the com.gracefulcode.opengine.WindowManager.Configuration class. It currently has two fields:
boolean exitAfterLastWindow (default: true)
If this is set to true, the application is closed after the last window is closed. This is what most applications are expected to do. Note that if you open multiple windows, it will wait until there are zero open windows.