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.