Communicating with a 3rd party applet

Hi,

I am new to Java and would like to know where I should start to communicate with a 3rd party applet.

Basically what I want to be able to capture values from a list box in a 3rd party Java applet. The values in the listbox are updated constantly via the web server the applet communicates with.

I would appreciate any help in gettting started.

Thanks,

KDub

[quote]Hi,

I am new to Java and would like to know where I should start to communicate with a 3rd party applet.

Basically what I want to be able to capture values from a list box in a 3rd party Java applet. The values in the listbox are updated constantly via the web server the applet communicates with.

I would appreciate any help in gettting started.

Thanks,

KDub
[/quote]
Dont think you can “communicate” with the listbox inside the applet. Of course you can do it if you know which method to call, but you have no chance of knowing where he put his listbox code. Also from where are you trying to communicate ? if it’s serverside it would be rather difficult.