applet popup

M

Michael Borgwardt

is there any way to pop up a new window in a java applet?

Sure. You can use all the Swing or AWT classes in just the same way
you would if it were not an applet.
 
A

Andrew Thompson

Sure. You can use all the Swing or AWT classes in just the same way
you would if it were not an applet.

...and if you need to open a new
*browser* window, you might try ..

Applet.getAppletContext().showDocument(URL, "_blank")

[ Though Thomas' suggestion of dialog /
option pane / window / frame is more reliable.. ]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top