12.12 Static Text Widget – STATICThe STATIC widget generates a framed text box with a header string at different alignments. Thiscommand changes text within a box without having to overwrite its background The STATIC.EZM filein the \EZSYS\MACROS directory contains an example of this widget. It can be invoked by typingPLAY STATIC in your terminal program.static [ID][x][y][width][height][option][theme][stringID]static_value [ID][string]Example:cls white 'clears the screen to whitestring 1 "testing" 'the word will appear at the bottom of the widgetfontw 0 sans24 'widget font needs to be set before the themetheme 0 0 1 2 3 4 5 6 7 8 0 'colors are to distinguish different parts of widgetstatic 1 10 25 220 25 5 0 1 'static box w/ green background & yellow frameImages of Widget Options:The STATIC command contains eight different values.54Option 5 = Left FramedOption 7 = Right FramedOption 8 = Center FramedOption 4 = CenterOption 3 = RightOption 1 = Left