How can the following JSL be modified to adjust the width of the text edit box to 500 pixels?
Hello!ex = New Window( "",
<<modal,
Panel Box( "", H List Box( teb = Text Edit Box() ) ),
Panel Box( "", H List Box( Button Box( "OK", ng = te
...