I hope this question is not too trivial, but i can not figure out why the label I have created won't show any text (the label is placed below the settings button):
edit: i am using version 1.9.3
Label currentSong = new Label("test", new Label.LabelStyle(Assets.instance.fonts.defaultSmall,
Color.BLUE));
table.add(currentSong);
if (debugEnabled) layer.debug();
return table;
