java simple program
i need for scool to make a simple java program
i have to diplay a analog/digital wacht/clock and connect it to the system and on the display i have to make icons for adjusting the time and another for the settings of the wacht ex. change the font or color ordimensions
please help me i have a week for this its very important
Let me help you with the code. I will start for you.
public class DigitalClock
{
public static void main(String args[])
{
}
}
Download a JDK from Sun web site http://java.sun.com/javase/downloads/index.jsp
then install it and look under the jdk directory.
for example :
http://java.sun.com/javase/downloads/index.jsp
C:\dev\jdk1.4.2_04\demo\applets\Clock for me.
Here some examples:
http://www.javainthebox.net/laboratory/utils/Timer/src/Clock.java
http://www.java2s.com/Code/Java/Swing-Components/AsimpleClock.htm
hth