Tonegodgui now gradlefied and moved to GitHub

Hi,

I’m also having trouble getting jme3 / jme3.1 to work with tonegod at the moment. I’m not using the SDK but eclipse with gradle, so it would be really nice if every dependency came from a maven repository. But right now this just does not seem to work with any permuation of versions.
The most I got working right now is jme 3.0.10 from the maven repository and tonegod.gui.jar: the app runs and shows the menu I created, but I cannot click on anything. I haven’t changed any of the click handlers in ages, and I rechecked them, they are still in place. When running in debug mode I found that the click handlers are never triggered, so there seems to be a problem with the integration of tonegod into jme. The same goes for the current snapshot version of tonegodgui from their maven repo.
Can anyone help?