n.add(new CheckBoxGroupIntendedMeal(new String[]{"Breakfast", "Early\n" +"Breakfast", "Lunch", "Afternoon" + '\n' + "Snack","Dinner","Evening\\r?\\nSnack"}));
I have here checkbox with names ,there are name with one word and there are names with two words i want to make the two word names into two lines like this
Early
Breakfast
this are the sources i found here link and link any idea is appreciated
Breakfast` – MadProgrammer Dec 03 '14 at 03:49