https://github.com/iliyalb/bluej-clock
⌚ BlueJ clock display with GUI (12-hour format)
https://github.com/iliyalb/bluej-clock
assignment bluej java object-oriented-programming
Last synced: 6 months ago
JSON representation
⌚ BlueJ clock display with GUI (12-hour format)
- Host: GitHub
- URL: https://github.com/iliyalb/bluej-clock
- Owner: iliyalb
- License: unlicense
- Created: 2018-10-29T11:23:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T05:49:08.000Z (about 2 years ago)
- Last Synced: 2023-07-14T06:25:18.952Z (about 2 years ago)
- Topics: assignment, bluej, java, object-oriented-programming
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bluej-clock
Project: BlueJ clock display with GUI (12-hour format)
Authors: David Barnes and Michael KöllingThis project is part of the material for the book
Objects First with Java - A Practical Introduction using BlueJ
Fifth edition
David J. Barnes and Michael Kölling
Pearson Education, 2012It is discussed in chapter 3.
This project adds a simple GUI (graphical user interface) to the
clock display project. When the clock is run, it runs at approximately
3 minutes per second, so that the display can be tested a little more
easily.## How to use
Either execute the jar file directly or execute the following command in the terminal:
``java -jar clock.jar``