Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavog/addressbook

Addressbook for my computer science course (Programm in German)
https://github.com/pavog/addressbook

Last synced: about 1 month ago
JSON representation

Addressbook for my computer science course (Programm in German)

Awesome Lists containing this project

README

        

# Addressbook
Addressbook for my computer science course (Programm in German)

Programm, variables and methodnames are kept in English but constant strings and notifications as well as the whole GUI are in German.

This little programm is just a test for my computer science course. It's made to explain how Java works and uses some essential features of Java:

- OOP
- Serialization
- Class in class
- GUI

It's open source and under creative commons. So feel free to use it (personal & commercial purposes) and to edit and republish it.

Paul Vogel