Since the Shoes GUI is so heavily inspired by the World Wide Web and HTML, it provides a good selection of elements with which you can display text. For all of these types of text, the para method can be used to create the container .
Shoes.app :width => 400, :height => 340 do
para "This is a paragraph"
end


