log.debug("initService serviceClass="+serviceClass);
}
service = createService();
CustomSkin skin = (CustomSkin)getSkin();
//add the extra skin resources
initSkin(skin);
//load the background
getBelow().setResource(skin.get("background").getResource());
//perform the login
Ticker.master.add(new Ticker.Client() {
public long tick(long tm, Object arg) {
if (email == null || password == null) {