Sarah Deschamps and Catie Baker
A project for CSC-207 2024Fa.
This project uses AAC Categories and AAC Mappings to create an interface that may be helpful for users. When an image is clicked, the interface reads the name of the image.
References: Maria Rodriguez for helping me understand the high level of AACMappings. For understanding the difference between buffered readers and file readers: https://stackoverflow.com/questions/9648811/specific-difference-between-bufferedreader-and-filereader The documentation for buffered reader: https://docs.oracle.com/javase/8/docs/api/java/io/BufferedReader.html#readLine-- The documentation for file reader: https://docs.oracle.com/javase/8/docs/api/java/io/FileReader.html For knowing the difference between file writer and print writer: https://www.baeldung.com/java-printwriter-filewriter-difference
Code can be found here: https://github.com/sidesch/AACNestedHW