0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~118 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
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. [URL="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JEditorPane.html"]http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JEditorPane.html[/URL] hint : use setPage method ;) hope this helps you.
The End.
saggy4