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 33 forks source link

Upgrade gradle and add constructor to IconComponent #97

Closed jayfella closed 4 years ago

jayfella commented 4 years ago

Currently the gradle version used does not allow compiling on anything above Java 9. Upgrading to gradle 5.6.4 solves this issue.

Adding a constructor to IconComponent to allow passing a texture will allow users to specify textures that are not loaded from a filesystem.

pspeed42 commented 4 years ago

Took care of all but the gradle upgrade in commit: https://github.com/jMonkeyEngine-Contributions/Lemur/commit/b2857925ff56641cf1c7de8e1612527833d453f0 Did all of it a slightly different easier to maintain way.