Hi,
I want to show running time in java
Please write java code for me.

thanks in advance.

Recommended Answers

All 3 Replies

Please write java code for me.

????

Are you sure you have gone through the rules even once ???


Here some of them quoted specially for you :

Also, to keep DaniWeb a student-friendly place to learn, don't expect quick solutions to your homework. We'll help you get started and exchange algorithm ideas, but only if you show that you're willing to put in effort as well.

And a link to the announcement.

First of all in java is very simple.
Classes to use: Date, SimpleDateFormat, Thread.

And no we will not write the code. As instructed to other forum you posted (http://www.daniweb.com/forums/thread176644.html), first try it yourself and we will see what we can do.

Also if you want this done on a web page, try a different forum

Hi,
I want to show running time in java
Please write java code for me.

thanks in advance.

'java code'

see? I just wrote it for you.
this is the kind of application you should be able to write within about ten minutes.

run a thread, let it constantly refresh a JLabel (if you're writing a Swing app) to tell the exact current time of the system clock

you could even do it using less classes than given to you by javaAddict, but I'd take his way, if you want it to be decent.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.