It would seem that JMP17 has had a regression in ListBoxBox font's.  The example below is straight from the Scripting Index example.  It does not work.
 
Any ideas on a work-around?  I'm trying to set a mono-spaced font for a list box for readability purposes, and it's is now failing in the new version...
 
Names Default To Here( 1 );
New Window( "Example", <<Show Menu( 0 ), <<Show Toolbars( 0 ), fontobj = lb = List Box( {"First Item", "Second Item", "Third Item"}, width( 200 ), max selected( 2 ), nlines( 6 ) ) );
fontobj << Set Font( "Arial Black", 12, "Italic Underline" );
JMP Pro 17.0.0 (622753) result:

 
JMP Pro 16.2.0 (570548) result:

 
					
				
			
			
				
	Jordan