// Open Big Class, and minimize it to get it out of the way; Open( "$SAMPLE_DATA/Big Class.jmp" ); Current Data Table() << minimize window( 1 ); tb = Text Box( "Hello World!" ); // Create an expression that produces a simple chart from Big Class; gb = Expr( Graph Builder( Show Control Panel( 0 ), Variables( X( :height ), Y( :weight ), Overlay( :sex ) ), Elements( Points( X, Y, Legend( 1 ) ), Smoother( X, Y, Legend( 2 ) ) ) ) ); // Now produce three different types of window to show what happens; //New Window( "Ordinary Window with TextBox, Graph Builder and OK Button", V List Box( tb, gb, Button Box( "OK" ) ) ); //New Window( "Modal Window with TextBox and OK Button", <