100% found this document useful (1 vote)
629 views

Digital Clock Using Java

This document describes a digital clock created using Java. The clock displays the current time in hours, minutes and seconds by importing the current time from the time library. The aim is to design a 24-hour digital clock that displays time digitally instead of using rotating hands like an analog clock. It will use a Java program and LED screen to display the time and overcome issues with parallax errors and low visibility of traditional clocks. The minimum hardware requirements include a modern OS, 4GB RAM, and 5GB disk space, while the software used includes Java, Visual Studio Code, and packages like AWT, Swing and various time libraries.

Uploaded by

Hemanay Setia
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
629 views

Digital Clock Using Java

This document describes a digital clock created using Java. The clock displays the current time in hours, minutes and seconds by importing the current time from the time library. The aim is to design a 24-hour digital clock that displays time digitally instead of using rotating hands like an analog clock. It will use a Java program and LED screen to display the time and overcome issues with parallax errors and low visibility of traditional clocks. The minimum hardware requirements include a modern OS, 4GB RAM, and 5GB disk space, while the software used includes Java, Visual Studio Code, and packages like AWT, Swing and various time libraries.

Uploaded by

Hemanay Setia
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DIGITAL CLOCK USING JAVA

Abstract
It displays time in seconds, minutes and hours. The system has an
inverter which powers the system.
The user can set the time,date and day by importing current time
using import time library in . When user imports the time and run the
code the current time will be displayed on the LED screen

INTRODUCTION
1.1 Introduction
The great part of creating your own GUI apps is that you can
customize them however you want. From text font to background
color, all features are available for customization.

1.2 Motivation
Digital clocks come with more features than their analog counterparts. Digital
clocks provide superior readability during tense, time-sensitive scenarios, and
some digital models can help people track the time with the help of a
countdown timer. They can help to get students to their next classroom on
time. Medical staff can rely on the countdown timer during medical
procedures. Manufacturing facilities can track tasks, activities, and efficiency
by using a countdown timer, as well.
1.3 Objectives
The aim of the project is to design a twenty four hour Digital Clock that
displays the time digitally, in contrast to an analog clock, where the time is
indicated by the positions of rotating hands. With the help of Java , a digital
clock to display time in hours, minutes and seconds can be constructed. Digital
clock has a counter that receives a clock signal from any source and increases
the number according to the clock signal.
LITERATURE SURVEY
2.1 Survey Of Existing System
 On the analog Clock, the time is represented by hands that spin around a
dial and point to point to a location on the dial that represents the
approximate time. On a digital clock, a numeric display indicates the exact
time.

 So which is more accurate? – analog or digital? In one sense, digital circuits


are more accurate because they count with complete presicion. You can
precisely count the number of jelly beans in a jar, for example.

 We cannot see the time sometimes during the day or night time because it
is very difficult to view the time on ordinary clock during night time because
most of the ordinary clock don’t have lights.

PROPOSED SYSTEM
3.1 Introduction
 Mostly we see digital clocks with logic gates on Airports, Railway Stations,
etc. there occur parallax error while viewing it from different angles. So we are
going to replace this Digital Clock with the existing analog clocks and digital
clocks that works on logic gates.
 This Digital Clock will work on a Java program and the time will be displayed
on a LED Screen which can be installed at Airports, Railway Stations, Schools
and Colleges, Gyms, Offices and many more places.

 Our Digital Clock comes with more features than Analog Clocks. Digital
Clocks provide superior rediability during tense, time-sensitive sitiuations and
help people to keep a track of time with the help of seconds timer

3.2 Details Of Hardware & Software


 The following list represents the minimum requirements needed to install
and associated applications –

 Modern Operating System

 Windows 7 or 10, 64-bit

 X86 64-bit CPU(Intel / AMD Acrchitecture )

 4 GB RAM

5 GB free disk space

Visual studio code

Language-java

Packages- awt , swing, event listener,time package,util package

You might also like