0

what is the best way to view html (from url or file) using java? i had try using flyingsaucer. fail. then i move to JEditorPane. fail. then i try lobo. fail. would anybody suggest me anything else

stackunderflow
  • 1,492
  • 1
  • 23
  • 53

1 Answers1

0

If you want to just display html file in java swing, consider the java swing tutorial from oracle. Check out the code on how to read the file through the method createEditorPane(). I have also found this link for other libraries which you might want to try out.

Community
  • 1
  • 1
Jasonw
  • 5,054
  • 7
  • 43
  • 48