This is all the programming assignments I did in my CS Data Structures class
These are brief discriptions of each lab, what was introduced and what the lab was
This lab was an introduction to java swing, the goal was to create a JFrame, with a JPanel that has a BorderLayout. Label the north, west, east, south, and center, with section name and specific colors
This lab introduces buttons, action listeners and, text boxes into GUI development, in a calculator lab. It is a simple 5 function calculator with +, -, x, /, and % (modulus). There a 3 text boxes, the first 2 are editable to input the left and right numbers to the operations, the last gives the answer after clicking an operation.