Works for me. I'm guessing your background is the same color as the label color or something like that:
Form current = new Form("MultiButton", BoxLayout.y());
MultiButton mb = new MultiButton("Line 1...");
mb.setTextLine2("Line 2...");
mb.setTextLine3("Line 3...");
current.add(mb);
current.show();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more