hi ,
I m designing a web browser. I had used JEditorPane to display web pages but that displays only HTML coding and then i used jdic but it is creating a lot of problems. So can anyone help me in my project.
Printable View
hi ,
I m designing a web browser. I had used JEditorPane to display web pages but that displays only HTML coding and then i used jdic but it is creating a lot of problems. So can anyone help me in my project.
Java standard library does not have a comprehensive web browser component. See the following for libraries that might help:
Lobo: Java Web Browser
JavaFX | Rich Internet Applications Development | RIAs Java FX
I am also designing a web browser like you. I have already developped some web browsers by using java swing components. Of course I have taken the help from many web sites related to this. I have tried MDI Web Browser source from MDI based web browser : BrowserTiny ApplicationJava and the website of Sir David Flanagan. davidflanagan.com. I have also applied jdic.
In case of Jdic what I have done is narratted below
I have used the browser class of JXBrowser (demo)
and copied the windows directory (x86) (IEembeded, MOZEmbed, Jdic.dll,tray dll. jadicnative.jar) in the working directory ( I have developped it in blue java) (for example I have created c:/jbrowser directory and there i crated lib subdirectory and place those files under windows , and in lib i have copied jdic.dll.
then in blue java preference i have added the jdic.dll library.
It works gud but every time you have to close it by it's close menu , other wise u cant use it further just next moment.