asafbibas / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

AppletHarness private members #549

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have a suggestion to turn the "AppletHarness" class members to protected 
instead of private. This will help users that want to extend this class and use 
the members to do some operations.

My specific problem is that i want to receive javascript commands on 
AppletHarness, so i need to extend it and create one method to receive commands 
from javascript and later send it to the JME3 application, but cant access the 
"app" member due its protection level (private).

Thanks,

Original issue reported on code.google.com by tiago...@gmail.com on 1 Nov 2012 at 4:09

GoogleCodeExporter commented 8 years ago

Original comment by ShadowIs...@gmail.com on 10 Nov 2012 at 8:58