Results 1 to 3 of 3
- 07-09-2011, 05:16 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
How to embed java swing into a html
i am a java beginner. I started coding java swing in netbeans IDE. When i build file in normal java applet using awt, automatic html code is generated in the build directory. But in the case of swing applications it is not automatically generated.
first of all can i embed java swing app on html?
if yes, how to automatically generate it using netbeans IDE?
if automatic generation is not possible, how could i do it manually? I tried a similar coding in swing application also. but didn't work.
thanks in advance.
- 07-09-2011, 05:21 PM #2
Extend JAppletfirst of all can i embed java swing app on html?
Don't be afraid of learning to write your own code/html.if yes, how to automatically generate it using netbeans IDE?
How to Make Applets (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)if automatic generation is not possible, how could i do it manually?
Lesson: Java Applets (The Java™ Tutorials > Deployment)
You might also like to go through Lesson: Java Web Start (The Java™ Tutorials > Deployment)
db
- 07-11-2011, 08:10 AM #3
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
What DarrylBurke said is correct. But there's a lot to read on those links but I did it at the end. Thanks. For beginners like me, go this link. It is more specific. Creating Executable JAR File with NetBeans | Jerome Locson
Similar Threads
-
Determing class path for jar html embed
By two7s_clash in forum Java AppletsReplies: 0Last Post: 03-08-2011, 03:11 PM -
embed Flex component in Java Swing
By monireh in forum AWT / SwingReplies: 0Last Post: 02-24-2011, 02:28 PM -
embed the video in the html page by youtube api
By javastuden in forum Advanced JavaReplies: 6Last Post: 06-17-2010, 01:23 PM -
how to embed .jar in an html or php file
By clydedoris in forum AWT / SwingReplies: 0Last Post: 03-10-2010, 06:00 AM -
How to embed Swing and AWT in SWT
By Java Tip in forum SWTReplies: 0Last Post: 07-02-2008, 08:07 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks