I can't figure out how to do this using the GUI... I can call setPage(URL) from within the app but it messes other things up.... Specify the HTML with a relative path using class.getResource(....) does not work as JBuilder does not copy the HTML file to the build directory when I Make the project. It works fine if I specify an absolute path but that's not the end behaviour I want..... I don't want to copy each html file to the corresponding directory in the build directory.
I'm guesing there's some way of doing this via the GUI so that JBuilder knows that the HTML file is part of the project. Anybody know how to make this sort of thing work?
I'm guesing there's some way of doing this via the GUI so that JBuilder knows that the HTML file is part of the project. Anybody know how to make this sort of thing work?