Package-level declarations

Functions

Link copied to clipboard
fun Window.setContent(content: @Composable () -> Unit): DisposableHandle
fun JMenuBar.setContent(content: @Composable () -> Unit): DisposableHandle

Sets the composable content of a JMenuBar.

fun Container.setContent(parent: CompositionContext? = null, content: @Composable () -> Unit): DisposableHandle

Sets the composable content of any Container (a JPanel, a window's content pane, ...).