File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
embedding awt frames in HTML........
george justin
Greenhorn
Joined: Jul 31, 2001
Posts: 25
posted
Oct 17, 2001 10:18:00
0
hi,
Would somebody help me out and explain how to embedd an AWT (application)frame in a browser window.
Is it actually possible?
thanx.
george justin
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
Oct 17, 2001 10:30:00
0
Hi George,
No it is not possible. A Frame/Window is a top level item and can't be contained by an
Applet
.
However, what you can do is to have an applet that launches a Frame/Window. Then your application could use that for it UI.
Regards,
Manfred.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: embedding awt frames in HTML........
Similar Threads
what if i dont like where mouse gets clicked
awt
Test questions
AWT and IO in SCJP 1.4?
About java. awt
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter