JSL: working with display boxes, bolding elements, arranging
I'm trying to make a 2x2 contingency table manually and make it look pretty but I'm struggling working with the display boxes and specifically bolding, centering text etc. My main frustration is with trying to make the String Column Box values be bold (line 20).
nw = New Window( "Custom Report",
Tab Box(
"Manual 2x2 Contingency",
V List Box(
H List Box(
V Center Box(
Border Box(
Text Box( ...
