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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -