Connecting Tech Pros Worldwide Help | Site Map

Embedding Swing Components in A Web Browser

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 24 '06
Hi!!!!!

Can anyone please tell me how can we embed Swing Components in a Web Browser ..... e.g. can i embed a JTextBox in a webbrowser in which a user can write something.... a general guideline would be really helpful
Newbie
 
Join Date: Aug 2006
Posts: 5
#2: Sep 25 '06

re: Embedding Swing Components in A Web Browser


Hi,
I think there is no need to do that. Because we have similar HTML tags that are doing the same jop.this tag will do the same
Expand|Select|Wrap|Line Numbers
  1. <textarea rows="numberOfRows" cols="numberOfColomns"> </textarea>
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#3: Sep 25 '06

re: Embedding Swing Components in A Web Browser


Quote:

Originally Posted by abadi

Hi,
I think there is no need to do that. Because we have similar HTML tags that are doing the same jop.this tag will do the same

Expand|Select|Wrap|Line Numbers
  1. <textarea rows="numberOfRows" cols="numberOfColomns"> </textarea>

Applets perhaps?
Newbie
 
Join Date: Jun 2007
Posts: 2
#4: Jun 13 '07

re: Embedding Swing Components in A Web Browser


Quote:

Originally Posted by Gautam Parai

Hi!!!!!

Can anyone please tell me how can we embed Swing Components in a Web Browser ..... e.g. can i embed a JTextBox in a webbrowser in which a user can write something.... a general guideline would be really helpful


Hi,
Did you get the right answer for your question ?

Here I have the same problem. I have one application developed in Swing.
That i need to access from web (html / jsp). First of all is it possible ? if so... pls let me know.

Thanks,
Newbie
 
Join Date: Sep 2009
Posts: 1
#5: Sep 29 '09

re: Embedding Swing Components in A Web Browser


Hi, you could use JApplet and embed into html pages
Reply


Similar Java bytes