how can i call second applet from first on button click event?
Printable View
how can i call second applet from first on button click event?
Are you sure that you don't want to either display another window via JDialog or swap GUI "views" with a CardLayout?