46474849505152
{ // Text with line breaks String text = "Simple label\n" + "with hard line breaks\n" + "across the text"; // Simple multiline label return new WebMultiLineLabel ( text ); }