java - how to run a applet program from a JFrame application? -


i having jframe application running fine. want call applet program jframe application , don't know how it.

please give suggestions.

i suggest add applet in jframe. applet nothing component. can add in of jframe component.

mypanel.add(myapplet); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -