adding a window which can display html pages

hi please tel me how can i add a window in my application that can display html pages ie the pages that i can view in internet explorercould be viewed in that window, and also how can i add a hyperlink to my frame sothat a web page opeans when it is clicked.thx
[289 byte] By [suhail_anwar_khana] at [2007-10-3 9:16:41]
# 1
Have you looked at JEditorPane?
zadoka at 2007-7-15 4:29:34 > top of Java-index,Desktop,Core GUI APIs...
# 2
can you give me some sample code for it?
suhail_anwar_khana at 2007-7-15 4:29:34 > top of Java-index,Desktop,Core GUI APIs...
# 3
> can you give me some sample code for it? http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html
zadoka at 2007-7-15 4:29:34 > top of Java-index,Desktop,Core GUI APIs...
# 4
> can you give me some sample code for it?You need to use the setPage() method.
CaptainMorgan08a at 2007-7-15 4:29:34 > top of Java-index,Desktop,Core GUI APIs...
# 5
thanks a lot
suhail_anwar_khana at 2007-7-15 4:29:34 > top of Java-index,Desktop,Core GUI APIs...