I am using the
public void addImage(Image image, int id)
with my MediaTracker to load pngs for my game. Sometimes you get like hundreds of files in a folder and u constantly add new ones and sometimes rename. This would be much smoother if I could use a regular expression like “read all files in this folder” or at leist “read all png’s”. Is there any way of doing this?