I have an applet class.
By using class AppletStub, I want to call a function of an applet. From a class extends AppletStub, we can call the applet's init() and start(). right?
I want to call the other functions in the applet.
How can I do?
help me.
I hope you understand what I am saying.
If you don't, please tell me so that I can explain in a different way.
thanks.
By using class AppletStub, I want to call a function of an applet. From a class extends AppletStub, we can call the applet's init() and start(). right?
I want to call the other functions in the applet.
How can I do?
help me.
I hope you understand what I am saying.
If you don't, please tell me so that I can explain in a different way.
thanks.