|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Applet
Posted by KKamalakar on August 29, 2000 at 6:20 AM
Kindly please let me know how the following can be implemented. I have two applets each containing lets say one button. I implement ActionListener on the button in the first Applet which has to display the other Applet.Kindly let me know the piece of code inside the actionPerformed() method with the relevant methods to achieve this. KKamalakar KKamalakar@onebox.com
Replies:
- RE: Applet Kishori Sharan August 29, 2000 at 4:44 PM
(0)
|