Postingan

Menampilkan postingan dari September 29, 2018

Tugas Rumah Digital Clock

Gambar
Pada pertemuan minggu lalu, kelas kami diberi Tugas Rumah yaitu Membuat Program Digital Clock yang terdiri dari Class Number Display, Clock Display, Test Clock Display yang digunakan untuk melakukan testing dan juga Class Clock GUI. Berikut ini merupakan class-class yang saya gunakan. Berikut ini merupakan Class Number Display /** * Class NumberDisplay. * Nama : Lutfiyanti * NRP : 05111740000036 * Kelas: PBO - B * Sabtu,29 September 2018 */ /** * The NumberDisplay class represents a digital number * display that can hold values from zero to a given limit. * The limit can be specified when creating the display. The * values range from zero (inclusive) to limit-1. If used, for * example, for the seconds on a digital clock, the limit * would be 60, resulting in display values from 0 to 59. * When incremented, the display automatically rolls over to * zero when reaching the limit. */ public ...