java applet question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • brickled

    #1

    java applet question

    hello all,

    I am new to java and java applets. i'm trying to "interact" with a java
    applet on a website. After loading the webpage that contains the applet into
    a browser object (in visual basic.net) i was able to to make simple calls to
    the java applet - calls such as .getcodebase and .getparameter along with a
    few others.

    i decompiled the java class files for this applet (the web site stores them
    in a zip file on your local drive) and found that there's mountains of
    functions that make up this applet. sadly though, so far i have not been
    able to call the same functions when using the approach that worked with
    ..getcodebase and the others.

    i know my details are sketchy here (trademark of a beginner) - but hopefully
    there's enough here to help you help me.

    thanks in advance for everyone's help!


Working...