| Author |
showing a html file
|
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
Hi ! I have a small problems.I nedd to load & show an html file (text & pictures). I try with HTML class - but this is not what I need. Thanx
|
SCJP, SCJD, SCWCD
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
You can use a JEditorPane to display simple HTML... just text, pictures, tables, form elements, etc. but not any JavaScript or any other client side dynamic stuff. Just pass the URL of the resource you want to display to the JEditorPane constructor, or the setPage() method, and it should figure out your content is HTML.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
|
Thankx !
|
 |
 |
|
|
subject: showing a html file
|
|
|