Util::display_text()

Util::display_text( "title", "some text");
Util::display_text( "title", "some other text");
Opens a window and puts some lines of text in it. If the line is empty, the window is cleared.