refresh HTML page in JEditorPane

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    refresh HTML page in JEditorPane

    I'm using a JEditorPane to display an HTML-formatted page. When I make changes to the page, I find I can't see the changes unless I compile a new java file and point to a new HTML file, as if the old page is cached somewhere. Is there any easier way to refresh the HTML page I'm seeing, or is there something obvious I'm missing?

    Jared
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by jhardman
    I'm using a JEditorPane to display an HTML-formatted page. When I make changes to the page, I find I can't see the changes unless I compile a new java file and point to a new HTML file, as if the old page is cached somewhere. Is there any easier way to refresh the HTML page I'm seeing, or is there something obvious I'm missing?

    Jared
    nevermind, I'm not seeing that problem anymore. I don't know what the issue was.

    Jared

    Comment

    Working...