Lemur TextField notify when the user finish text input

No, there is no circular tab. I was wondering that, too. I will put my code later on github.
Here is a screenshot.

Yeah, I just tried the Lemur demo… and you are right that circular focus is not implemented.

Also, I looked at the Button code and for some dumb reason I made it so that buttons couldn’t have focus if they were disabled. I think most UIs let buttons have focus even when disabled… they just aren’t clickable/pressable.

Chaining listeners in this way is something even Swing requires for some of its listeners. It happens when most of the time the replacing listener will still want to execute the other listener but it’s not clear whether they will do it before, after, or during.

Regarding the other issues, I’m heads-down working on some different stuff today but if you are feeling particular generous with your time, it would be nice if you could submit some problem reports so I don’t forget this. (Plus, there are others who contribute to Lemur who might like to work on them before I get to them.)

https://github.com/jMonkeyEngine-Contributions/Lemur/issues

Will do. Thank you for your help.