ScrollBar

I wanna know if JME have some kind of tool to build a scrollbar… i'm making a little "game" and i want the player to set some atribbutes about the game with some scrollbars…

Thanks for the help,

bcosta

The "preferred" method would probably be to use JMEDesktop which allows you to use Swing in your 3D scene.  Take a look in the tests for more information about that.  There are various other ways you can accomplish this, but that will probably be the best and easiest.