java - calling one JApplet form from another -
i have created project files swing applications, i.e files extending japplet, how call 1 japplet file another? kow set visible methods there jframe dont have time convert convert, please possible
basically, can't. or, rather, it's difficult. running applet requires construction of appletcontext , management of applet life cycle.
a better approach move of code have in applet jpanel. have simple applet creates panel.
then, when want open panel, create jframe , populate appropriate panel.
Comments
Post a Comment