Ok Got it...
So what i want to do is create a directory like this:
File folder = new File("/RonX");
folder.mkdir();
Then make a Image Icon and some how place the Image Icon over the native Folder Icon, so when you go and find the folder "/RonX" You will see your icon over the folder.
I just don't know how to get the Icon over the Folder/File/Directory.
RonX