Package-level declarations
Functions
Link copied to clipboard
Sets the composable content of a Window (a javax.swing.JFrame, javax.swing.JDialog, or javax.swing.JWindow).
Sets the composable content of a JMenuBar.
fun Container.setContent(parent: CompositionContext? = null, content: @Composable () -> Unit): DisposableHandle