Charbel,
The only way to run Java code on the client browser is in the form of an
applet.
So you will need to create an applet and you will also need to ensure that
the
swing classes are installed on the client... You may want to look at running
the Sun VM or getting the user to download the JRE 1.3 from Sun which (I
believe)
includes the swing classes.
http://java.sun.com/products/plugin/index.html
You may also want to have a good read thru a JSP book to make sure you
understand
the difference between client (e.g. JavaScript) and server code.
Regards,
Jonathan
-----Original Message-----
From: charbel achkar [mailto:[EMAIL PROTECTED]]
Sent: 30 September, 2000 8:10 AM
To: [EMAIL PROTECTED]
Subject: How Do I display Java Gui Objects on a browser with JSP?
Hi everyone,
New to this list. I am trying to incorporate javax.swing and awt gui object
with HTML fields in a JSP form. I am able to instantiate these objects but
failed to show them on the browser frame. I tried to get contentpane for the
frame but I failed. does anyone know how to show these instantiated GUI
objects in my browser?
Many Thanks in Advance
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets