John
05/12/2018, 12:49 PMjavaClass.getResource("/bg.html").toExternalForm()
within the engine.load()
call, but it was also throwing the NPE. Could it have to do with the read-only variable assignment forcing a resolution to the resource first before passing it to the engine.load()
method?