I have this code:
optionsButton = new Button(StockID.PREFERENCES);
I am happy with the icon but instead of the text "_Preferences"
I want to set "_Options"
.
However, when I do that the icon disappears. Is it possible to have both the stock icon and my own custom text?