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