Multiple ScreenControlers

Hi all!

Just a question about NiftyGui:
Is it ok if i’ll have multiple ScreenControllers? I want to make a separete ScreenController for every screen. Is it ok?

Like this for every screen:
[java]
public class GuiMenu extends AbstractAppState implements ScreenController{

}

[/java]

I have red this article and i found that there is only one general Screencontroller at the article. Or i missed something?
http://hub.jmonkeyengine.org/2013/04/the-herodex-gui-working-in-jme3/

Thanks.

Sure you can.

Thought experiment: what would be the point of being able to specify your own (through XML and through registration methods) if you could not have more than one?

OK, thanks. Well it works, i just asked for sure. :slight_smile:
Thanks a lot!