|
> properties(class java.awt.Component) ["enabled", "foreground", "visible", "background", "font", "name"]
|
c1 = JCheckBox("Button1") property(c1, [["mnemonic", '1'], ["actionCommand", "Button1"], ["selected", true]])
ta = JTextArea(row[i]) property(ta, $(`alignmentX = Component::LEFT_ALIGNMENT; background = Color::black; foreground = Color::white; lineWrap = true; wrapStyleWord = true; editable = false;`))