How can Display Boxes be center aligned?
How can the two objects in the following JSL be aligned along their respective central lines as shown in the image?
New Window( "Test",
Text Box( "Test Center alignment" ),
CB = Combo Box( {"1", "2", "3", "4"}, );
);