Label

@Composable
fun Label(text: @Nls String, modifier: SwingModifier = SwingModifier)

A JLabel showing text: non-interactive text, which the Tab focus cycle skips, though a focus request still lands on it.

Parameters

text

the text to display

modifier

the SwingModifier applied to the underlying component

See also