jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

TabbedPanel has no Tab removal option ! #59

Closed Ali-RS closed 5 years ago

Ali-RS commented 6 years ago

https://github.com/jMonkeyEngine-Contributions/Lemur/blob/bd6fe38324865bf273258ec8c08a4aa4476b19cb/src/main/java/com/simsilica/lemur/TabbedPanel.java#L114

Will appreciate if you can add this feature .

MeFisto94 commented 6 years ago

Yeah, I second that. And in addition to removal, a getter for the selected element and/or a pluggable command to handle the selection would be very much appreciated

pspeed42 commented 5 years ago

All of these features are in the above commit. I also added a TabbedPanel demo to the demo suite.

Closing this feature request unless additional issues are found... and it can be reopened.

Ali-RS commented 5 years ago

Thanks