Package-level declarations
Types
Scope used by application, awaitApplication and launchApplication.
A state object that can be hoisted to control and observe a Dialog's geometry.
Top-left position of a window or dialog on the screen, in raw pixels.
A state object that can be hoisted to control and observe a Window's geometry and extended state.
Properties
The owning AWT Window of the current subtree.
Functions
An entry point for the Compose application that blocks the calling thread until the application ends, and by default exits the process. See awaitApplication for more information.
An entry point for the Compose application that suspends until the application ends, leaving the thread it was awaited on free.
A dialog window, realized as a JDialog: it shows content, holds its geometry in state, blocks input to the top-level windows in its modality's scope of blocking, and reports the user's attempt to close it to onCloseRequest.
Declares the glass pane of the window whose content this is composed in.
Short variant of launching an application inside a CoroutineScope.
Declares the menu bar of the window whose content this is composed in.
Creates a DialogState that is remembered across compositions.
Creates a WindowState that is remembered across compositions.
A top-level application window, realized as a JFrame: it shows content, holds its geometry and extended state in state, and reports the user's attempt to close it to onCloseRequest.