jfxClippedPane
Add a JFXClippedPane to this container.
Return
the control added.
Create a JFXClippedPane with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.jfxClippedPane(configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane
Add a JFXClippedPane with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.