/Programming-II-Labwork

Lab work for COMP1206 at Southampton University Academic year 2018-19

Primary LanguageJava

Project Title

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

Prerequisites

Java 10 is required to run the Code.

Installing

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

Contributing

There is no support for Contributions

Versioning

Authors

  • Benjamin Rees - Programming - BenWRees

License

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

Acknowledgments