Placing an Applet in an Application
Just need to :
create a Frame,
instantiate the applet,
add the applet to the Frame,
call :
init(),
start(),
stop(),
destroy() appropriately.
You can do this because Applet is a Component.
Previous slide
Next slide
Back to first slide
View graphic version