One of the major subjects to learn when approaching any programming language is the importing, parsing and utilization of external files (ie images, csv files ect). This subject is not always intuitive, and how the program compiles changes how you point to the file you wish to import. So far, I have imported and parsed text and image files as a part of my java application. However, I must have done something to upset my IDE, for it refuses to recognize a true type font file (.ttf). I have written all the appropriate code for importing, parsing and utilizing the font. But I keep running into a compile time error that prevents the font from being loaded. I suppose this is a good time to cut out the middle man and learn how to manage packages by writing my code in a text editor and compiling through command line interface.