PDA

View Full Version : Java web browser


mailo
02-01-2009, 09:41 PM
Hello! I am trying to build a java application which can display web sites etc. Does anyone know any library for that purpose :confused:? The tricky part is that I want the application to be capable to handle javascript. Thanks in advance! :)

BubikolRamios
02-02-2009, 05:02 AM
mybe u should consider embeding browser within your app.

servlet
02-02-2009, 09:59 AM
Look at http://lobobrowser.org/java-browser.jsp
Its opensource, you can customize it to meet your needs.

mailo
02-02-2009, 02:32 PM
Lobo is what I had in mind in first place. Personally I only need my application to have a frame which will display a web page. Without controls such as back, refresh etc. I will check the Lobo thoroughly though.

servlet
02-02-2009, 02:49 PM
Whenever you are searching for some opensource piece of code, try sourceforge, you will always find some useful stuff.

http://sourceforge.net/search/?type_of_search=soft&words=java+web+browser

mailo
02-02-2009, 06:39 PM
Thanks a lot servlet. I checked Lobo thoroughly and I believe is good enough. I tried it in an application and I have a little problem loading a specific javascript from a specific website but I think I will find the solution.