visualization
/
org.jetbrains.kotlinx.dl.visualization.swing
/
showFrame
jvm
show
Frame
fun
showFrame
(title:
String
, content:
JPanel
, size:
Dimension
? = null)
Content copied to clipboard
Shows a frame in the center of the screen with the provided
title
and
content
.