how can I know if an applet is running in a browser vs. invoked from Eclipse

Posted by Stefano Borini on Stack Overflow See other posts from Stack Overflow or by Stefano Borini
Published on 2010-03-25T05:24:17Z Indexed on 2010/03/25 12:53 UTC
Read the original article Hit count: 317

Filed under:
|

As from subject. How can I determine if the applet is running in the browser? I want to have a mock data provider to do debugging without involving the browser, and neutralize all the LiveConnect calls I have if I'm not in the browser.

© Stack Overflow or respective owner

Related posts about java

Related posts about applet