Hi!
I change my project from
Java application to
Applet. But I found there are two problems with running Applet in browser:
1) After Applet pop up, there are a warning bar with message: "Warning: Applet Window" in the bottom of Applet Window. I am wondering if there is way to get rid of this bar?
2) Before I change to Applet, my class can talk to another program running in other computer through the socket. But after converting to Applet, my code can't talk with other code through the socket. How can I fix this problem?
Thanks for any kind of help and suggestion!
Regards,
Raymond Fei