How do you run a java applet from another java application? (two classes)?
-
Basically say if my applet is named 'Applet' and in my application (I'm using it as a menu) after you click the button it will get rid of the menu and go on to the applet. I've done this before for Application -> Application but when I go Application -> Applet, the applet doesn't run. public void actionPerformed(ActionEvent e) { dispose(); new Applet(); } It disposes that class but doesn't open the applet ^^
-
Answer:
I don't know how you could call the appletviewer from code, but you can open a new application with: Process webBrowser=Runtime.getRuntime().exec("Yo… The HTML file has to have the applet tags set up. You could also change the String to call "appletviewer yourapplet"
Robert at Yahoo! Answers Visit the source
Related Q & A:
- How to create a java applet?Best solution by Stack Overflow
- How do I run a silent auction?Best solution by Yahoo! Answers
- How do you run a print head cleaning?Best solution by wikihow.com
- How do I run a fast mile?Best solution by Yahoo! Answers
- How do I run a game on both of my monitors?Best solution by tomshardware.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.