A javax.swing.border.EtchedBorder, a border that looks like a groove has been etched into the panel.
etchedBorder() takes no value arguments.
If any of shadow: or highlight: are specified, all must be specified.
etchedBorder() is a leaf node, no child content is allowed.
panel(border:etchedBorder())
panel {
etchedBorder(shadow:Color.RED, highlight:Color.PINK, parent:true)
}
|