Stephen Gold
0fd70b81c9
Add missing @Override annotations ( #1270 )
...
* jme3-core: add the missing @Override annotations
* jme3-desktop: add the missing @Override annotations
* jme3-bullet and jme3-jbullet: add the missing @Override annotations
* jme3-effects: add the missing @Override annotations
* jme3-terrain: add the missing @Override annotations
* jme3-examples: add the missing @Override annotations
* jme3-android: add the missing @Override annotations
* jme3-blender: add the missing @Override annotations
* jme3-ios: add the missing @Override annotations
* jme3-jogg and jme3-jogl: add the missing @Override annotations
* jme3-plugind: add the missing @Override annotations
* jme3-lwjgl and jme3-lwjgl3: add the missing @Override annotations
* jme3-networking: add the missing @Override annotations
* jme3-vr: add the missing @Override annotations
2020-01-30 09:16:47 -08:00
Stephen Gold
d3f0c2002a
in examples, replace deprecated methods and classes
2017-12-17 15:17:10 +01:00
MeFisto94
310f4db6ad
Fixed some Reflection Errors due to the Switch from Application to LegacyApplication
2016-04-24 21:52:25 +02:00
Paul Speed
57bcb3967f
Fix the test chooser to not instantiate the class if it's just
...
going to call it's static main method anyway. Also, call the static
main method on the class instead of an instantiated object.
2016-03-07 16:35:15 -05:00
Mayank Sharma
4c320f686d
issue#85 short approach - setDefaultCloseOperation
2014-03-31 16:15:54 +05:30
Mayank Sharma
5b84be227a
end application when TestChooser dialog is closed
...
added a WindowListener in the constructor that overrides the windowsClosing method to dispose the TestChooser dialog.
code tested with positive result for issue#85.
2014-03-29 16:40:12 +05:30
Normen Hansen
a16857c8f4
switch to gradle layout
2014-03-21 02:32:11 +01:00