I have several files initialised using paths like this:
String filePath = "/Users/user1/Documents/UWE/Year_3/SDA/GDA GUI Test/Program_Files/modelgraphic1.png";
They display images and when run on another computer the images do not appear. I recall doing something like this in the past:
String filePath = "/.../.../.../.../.../.../GDA GUI Test/Program_Files/modelgraphic1.png";
This isn't working. How can I rectify this? Many thanks.