Six basic java apps done in learning purposes during Java course (Języki Programowania) at the university.
Author: Bartosz Rodziewicz
This repo contains 6 basic apps that I was supposed to code during labs on my university. The labs was all about learning basics of Java programming language.
This repo contains 6 'programs' that I coded during them:
- ConsoleApplication.BasicOnlineStore - app that imitates basic store with console interface
- BasicGraphicEditor - first window app
- CollectionComparisonApp - app showing differences between basic collection structures using strings as data
- RoomCollectionComparisonApp - same as above but using custom class objects as data
- ProducerConsumerApp - app representing producer-consumer problem as a basic way to show usage of threads
- ExamApp - unfinished app done as a refresh of knowledge before exam
Interfaces of all the apps are in Polish.