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.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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.