Hello
I have created an applet that displays images on my web page. I am currently using java buttons to manually step forward or backwards through the images.
I would like to be able to 'hide' the java buttons from the user and instead have the user click on one of 2 flash buttons(one forward and one backward button). When the flash button is clicked it would tell the java applet to perform the task assigned to the java button pressed function.
My question. how do I tell the java applet to perform the button pressed event from outside the applet?
I am new to java so bear with me I hope my question is clear
I have created an applet that displays images on my web page. I am currently using java buttons to manually step forward or backwards through the images.
I would like to be able to 'hide' the java buttons from the user and instead have the user click on one of 2 flash buttons(one forward and one backward button). When the flash button is clicked it would tell the java applet to perform the task assigned to the java button pressed function.
My question. how do I tell the java applet to perform the button pressed event from outside the applet?
I am new to java so bear with me I hope my question is clear