Creating a java web browser

I have just finished the taught part of an Msc in computing which is a conversion course in the UK. For my dissertation I have to make my own limited web browser with assistive facilities for particular users. My java abilities are average and I was wondering if anyone could point me in the right direction of where to start to create a browser, any helpful guides etc? I have tried to look but get a bid confused by some of the lingo....

thanks for any help

[472 byte] By [fellovertodaya] at [2007-10-2 22:13:29]
# 1
Read the J2SE API documentation for all the classes that start with 'HTML'.A JEditorPane can display HTML pages (the JavaHelp System uses thatfor its display purposes).kind regards,Jos
JosAHa at 2007-7-14 1:30:20 > top of Java-index,Java Essentials,New To Java...
# 2
> bid confused by some of the lingo....What lingo?Did you try: http://www.google.com/search?q=java+webbrowser
prometheuzza at 2007-7-14 1:30:20 > top of Java-index,Java Essentials,New To Java...
# 3
Try google and type : simple browser in java.You will find lots of interesting examples of simple browsers.
maf69a at 2007-7-14 1:30:20 > top of Java-index,Java Essentials,New To Java...