This Digital clock Application will show the Indian Standard time (IST) is the time zone observed throughout India.
This Application Will show you the Date, Time, Day, Month, and Year based on IST(Indian Standard time). I have Created this Application in NetBeans.
For Creating this application I have Imported these in my digital_clock.java main file so that I can customize my application based on my interest.
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Color;
import javax.swing.JFrame;
import javax.swing.JLabel;
For fetching the time I have Imported this in my clockthread.java file.
import java.util.Date;
Submitted by Mahendra Mohan Bharti (mahendra591999)
Download packets of source code on Coders Packet
Comments