This is Lab Work done as part of Southampton University's COMP1206 Module in the academic year of 2018-19. Labs 1-3 are examples of GUI building and Graphics notably with the Libraries 'Graphics2D', 'Swing','awt'. Labs 4-6 are examples of Control Flow which include Recursions, Exceptions and Multithreading, and Synchronisation. Lab 7 is about I/O
Java 10 is required to run the Code.
Clone the repository into an existing local git repository :
git clone https://github.com/BenWRees/Programming-II-Labwork.git
Navigate to the Lab you wish to view:
cd Lab1
Compile the lab exercise you wish to view:
javac Lab1.java
Run the lab exercise you wish to view:
Java Lab1
There is no support for Contributions
- Benjamin Rees - Programming - BenWRees
This project is licenced under the GNU Licence - see the GNU-GPL-LICENCE.md file for details - this provides the user the right to distribute this code on a non-profit basis as well as modify the code independent to this repository
- Stack Overflow for their supply of information regarding Swing and Multithreading in Java
- Southampton University ECS Department for supplying the project details