It is a label component with a auto wrap function.
WrapLabel wl = new WrapLabel(); wl.setText("This is a WrapLabel. The auto wrap width is 200 pixels."); wl.setWrapWidth(200);