Hello,
I know how to open image files using URLs. ImageIO.read(Class.class.getResource(string)); How I am supposed to open a text file using URL? I tried converting URL to string, which would fit the format for creating a file from string, but doesn’t seem to be working well. It is untill I export my project.