Shekhar Jadhav
Shekhar Jadhav

Reputation: 1035

how to insert break line for long text on button in codenameone using gui builder

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?

Upvotes: 1

Views: 161

Answers (1)

Shai Almog
Shai Almog

Reputation: 52760

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

Upvotes: 1

Related Questions