Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: StartupScene
Wraps FXGL's FXGLStartupScene (com.almasb.fxgl.app.scene.FXGLStartupScene), the engine's default first-paint scene (simple FXGL symbol on a solid background). Sized to the app width / height passed to the constructor.
FXGLStartupScene (AppWidth = null, int AppHeight = 0)
Creates a new FXGLStartupScene. Pass null for AppWidth to construct an empty wrapper for adopt.
AppWidth is the application width in pixels, or null.AppHeight is the application height in pixels.adopt (object Ajo)
Wraps an existing FXGLStartupScene AussomJavaObject.
Ajo is an AussomJavaObject around an FXGLStartupScene.A new wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.