The first program I am going to showcase
is called the GalleryApp. The program pulls images from the iTunes API and then displays them on a screen. Every 2 seconds, one of the images refreshes with another random image that is related to the category. The difference between this project and all the other projects I have made in the past is that it uses JavaFx. This means that there is actually going to be a window that pops up when the user runs the code instead of all the output coming out in the terminal. This was extremely cool to learn because it was the first time that there was really any graphical and visual component to any of the projects I had made. Before, it was all text based and more bland. The app also features a pause button which can pause the random image rotation, a loading bar at the bottom which shows visually the loading of the new images from the query.