Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pavog/addressbook
- Owner: pavog
- Created: 2015-10-19T20:45:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T19:42:57.000Z (over 9 years ago)
- Last Synced: 2024-11-08T19:03:49.504Z (3 months ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- GUIIt's open source and under creative commons. So feel free to use it (personal & commercial purposes) and to edit and republish it.
Paul Vogel