Paul Speed
Paul Speed
In my application build, I have a CreateStartScripts task for creating a separate start script (for running my app on older JVMs) and I include this in my distZip version...
In general, JME operates in a "threading not supported" mode but in a "you are fine to do whatever until you attach it to the scene graph" sort of way....
Once a property panel has been setup, there is no easy way to change the underlying object. Since a PropertyPanel can actually view more than one object at a time,...
Even if we only support read-only text fields, it's still worth doing as then we could also support read-only composite objects (like Vector3f) that have reasonable toString() methods. Anything too...
Self-explanatory. The PropertyPanel only supports read/writeable values. Should extend the internal structures to support read-only values and expose some way for callers to specify. Also, if a property is detected...
We have standard InputMapper functions for things like next, previous, and so on. This was approach 2 in issue #44 as originally written. I'm breaking it out into a separate...
This is a breakout of the original issue #44 for just the Slider support. When hovering over a slider it would be nice if the mouse wheel would move the...
Regular buttons do this... for some reason Checkboxes don't. I'm not sure if it's a style issue or an element implementation issue. If it's just a glitch in the glass...
Need to add content to the TabbedPanel section of the Composite GUI Elements page.
Need to add content to the RollupPanel section of the Composite GUI Elements page.