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.

Results 1 to 3 of 3

Thread: Problem in designing Web Browser

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem in designing Web Browser

    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.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Problem in designing Web Browser

    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

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Location
    SERAMPORE, WESTBENGAL, INDIA
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Problem in designing Web Browser

    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.

Similar Threads

  1. What is the best way of designing this object?
    By aussiemcgr in forum Java Theory & Questions
    Replies: 5
    Last Post: May 25th, 2011, 06:38 AM
  2. Java Web Browser Term Project- I am facing multiple problem...pls help
    By tazbinur in forum What's Wrong With My Code?
    Replies: 11
    Last Post: October 8th, 2010, 09:05 AM
  3. Problem with designing threads & abstraction
    By gilme in forum What's Wrong With My Code?
    Replies: 6
    Last Post: June 14th, 2010, 06:48 AM
  4. Problem in JSP Page Designing
    By vinothkumarrvk in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: March 10th, 2010, 01:09 AM
  5. Facing problem with posting Excel file for download - Content in browser
    By ragz_82 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: February 9th, 2010, 08:28 AM