WEB BROWSER in java help

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jul 2009
Posts: 3
Reputation: iamwa is an unknown quantity at this point 
Solved Threads: 0
iamwa iamwa is offline Offline
Newbie Poster

WEB BROWSER in java help

 
0
  #1
Jul 7th, 2009
i am an IT STUDENT MY INSTRUCTUR HAS GIVEN ME ATASK TO BUILD WEB BROWSER IN JAVA AFTER GUI WHAT I HAD TO DO
PLEASE HELP ME!!!
NOT GIVE ME THE CODE JUST TELL ME EASY STEPS COMPLETE IT
THANKS!!!
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 16
Reputation: sincerelibran is an unknown quantity at this point 
Solved Threads: 9
sincerelibran sincerelibran is offline Offline
Newbie Poster

Re: WEB BROWSER in java help

 
0
  #2
Jul 7th, 2009
Use Java Swing for developing the web browser. You have to compulsorily use Threads. In order to perform multithreading it is very much needed. Remember we can do more than one task at a time using the browser. So if it has to happen you have to use threads. Use JFrame, JPanel, JMenu, JMenuItem, JToolBar, Use Editable JComboBox, Use the Layout you feel is the best. Use Session for tracking the user (which page a user has visited) and also store the history content. If you're using Java then it is better if you use Java swing. Have a great day. Simply Enjoy!!
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 1
Reputation: saggy4 is an unknown quantity at this point 
Solved Threads: 1
saggy4 saggy4 is offline Offline
Newbie Poster

Re: WEB BROWSER in java help

 
0
  #3
Jul 8th, 2009
try JEditorPane i had used it sometimes back to display simple HTML pages without javascript.

since you seem to be interested in this i will not give you the code go check out the documentation of JEditorPane.
http://java.sun.com/j2se/1.4.2/docs/...ditorPane.html

hint : use setPage method

hope this helps you.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 310 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC