Any swing component to run web browser like JWebPane

View: New views
4 Messages — Rating Filter:   Alert me  

Any swing component to run web browser like JWebPane

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, there:

Does anyone know how does that "JWebPane" project go? I did not find any update from Arterm Ananiev's Blog. Just wonder if we have any other swing component (I can use right now)to get a browser run inside a swing application to render html and with javascript working?

Highly appreciated if any suggestions or helps.

Thanks a lot
David
[Message sent by forum member 'david1124' (david1124)]

http://forums.java.net/jive/thread.jspa?messageID=335428

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Any swing component to run web browser like JWebPane

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, there is. Please follow these links to the announcement forum:

http://forums.java.net/jive/thread.jspa?threadID=53584&tstart=15

http://forums.java.net/jive/thread.jspa?threadID=54612&tstart=0

Piet
[Message sent by forum member 'pietblok' (pietblok)]

http://forums.java.net/jive/thread.jspa?messageID=335457

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Any swing component to run web browser like JWebPane

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you very much Piet. I'll check those links ASAP.

David
[Message sent by forum member 'david1124' (david1124)]

http://forums.java.net/jive/thread.jspa?messageID=335564

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Any swing component to run web browser like JWebPane

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried that DJ Native Swing for a quick demo, it's excellent. (At least keep me cool before Sun's JWebPane come in some long long future). Thanks again.

Except one little issue I'm not exactly sure now. I have problem to identify javascript source location when setting html content on JWebBrowser:

 <script language="JavaScript" src="./jsFunctions.js"></script>

seems not work, and location.pathname returns me blank. I have to use something like:

  <script language="JavaScript" src="http://10.0.0.6:8080/jsFunctions.js"></script>  
instead.

I guess, I may check Christoph about that question. Appreciated if anyone happened to know the answer about location of javascript in setting html content.

David
[Message sent by forum member 'david1124' (david1124)]

http://forums.java.net/jive/thread.jspa?messageID=336953

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...