Results 1 to 4 of 4
Thread: Embedding applet into HTML
- 03-22-2011, 05:00 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 4
- Rep Power
- 0
Embedding applet into HTML
I am running TestNG which will generate my test result and using these results I need to create a report
This program(let us say A.java) is starting point for execution
I want in output
An html file(which will be created by javacode) and
an applet embedded into that HTML fille
What should be the flow control of program,I am not able to decide ?
If I import the applet generating file/package in ,how will I instantiate the applet(using JApplet) because nothing will happen if I will use
AppletGenerator g1=new AppletGenerator(); in A.java
The second approach is pass the control to another program using exec() method.Which approach should I go for?
- 03-22-2011, 05:34 AM #2
What does this have to do with AWT/Swing?
db
- 03-22-2011, 07:46 AM #3
Member
- Join Date
- Mar 2011
- Posts
- 4
- Rep Power
- 0
How would I acheive this ?
Which approach should I choose?
- 03-22-2011, 01:05 PM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 339
- Rep Power
- 5
Similar Threads
-
Applet in Html
By durduman in forum New To JavaReplies: 10Last Post: 02-06-2011, 03:17 PM -
Embedding Applet into the center of fullscreen API
By crikey in forum Advanced JavaReplies: 3Last Post: 08-25-2010, 09:53 PM -
Netbeans 6.5.1 & embedding in html page
By dbashby in forum New To JavaReplies: 5Last Post: 04-06-2009, 03:58 AM -
Embedding Applet into HTML?
By Unome in forum Java AppletsReplies: 1Last Post: 02-21-2009, 03:40 AM -
Embedding Word in an applet
By Java Tip in forum SWTReplies: 0Last Post: 07-25-2008, 02:34 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks