Releases all resources owned by the window and its backends.
()
| 43 | * Releases all resources owned by the window and its backends. |
| 44 | */ |
| 45 | protected abstract void dispose(); |
| 46 | |
| 47 | /** |
| 48 | * Main application loop. Drives {@link #runFrame()} until the window is asked to close. |