setSkin

fun JRootPane.setSkin(skin: RadianceSkin)

Specifies a skin to be used on this root pane. This will affect all the controls in this root pane. After calling this method, call SwingUtilities.updateComponentTreeUI on the matching window.

Parameters

skin

Skin to use on all the controls in the root pane.