I am trying to call JSObject.getWindow(this)
in the init
method of JApplet
but it is not able to resolve the symbol getWindow
.
this problem is specifically happening with a javafx application project created through netbeans , getWindow is getting resolved if used in a java application project.
I have also included the plugin.jar
from path Java\jdk1.7.0_07\jre\lib
.
This is a javafx application project that I created in netbeans.
null
' or is it something else? Do you have a link to where we can visit the app. (& see it fail)? It might be helpful to also add an SSCCE of code that triggers the error - it should not take more than 2 dozen lines. – Britneybritnicom.netscape.JSObject.getWindow
). – Canter