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

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)

Awesome Lists containing this project

README

          

# bluej-clock
![Sample picture](Clock.png?raw=true)

Project: BlueJ clock display with GUI (12-hour format)
Authors: David Barnes and Michael Kölling

This 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, 2012

It 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``