1

I want to insert break line for long text on button same like wrapping text.

So help me in that. How can I break long text and set it on button in codename one using Gui builder?

Mukesh Ram
  • 6,248
  • 4
  • 19
  • 37
Shekhar Jadhav
  • 1,035
  • 9
  • 20
  • 1
    Possible duplicate of [Multi Line Button in codename one](http://stackoverflow.com/questions/15358489/multi-line-button-in-codename-one) – Tim Weber Jul 27 '16 at 09:50

1 Answers1

1

You need to use the SpanButton class, I think it's exposed in the GUI builder.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65