LWUIT usando themas q ja vem

tenho uma duvida como faço para carregar os ouros themas q ja vem com o LWUIT estava dando uma olhada no midlet demo e tentei o codigo abaixo sem sucesso.

Display.init(this);   
           Resources r = Resources.open("/res/theme.res");   
           UIManager.getInstance().setThemeProps(r.getTheme("starTheme"));   
//Manager.getInstance().setThemeProps(r.getTheme(r.getThemeResourceNames()[0]));   
           teste = new Form("teste");   
           teste.show();