How to reach css and image files from the html page loaded by javafx.scene.web.WebEngine#loadContent?

StackOverflow https://stackoverflow.com/questions/8923801

  •  30-10-2019
  •  | 
  •  

문제

I have a String HTML content which is loaded into webEngine by loadContent() method. I have also some css and image files used in this page. Although I put these file into the same package of java class, the loaded page cannot find them. Looked for API docs and web, but could not find any appropiate similar solutions. How I load these files?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top