|
||
|
|||
|
Hello
after discussing witha professor i have been told that it is possble to use System.CurrentTimeMilliseconds to store the time. i would like to know how to do this and if it is also possible to show a message if there has been a sudden change of 5 minutes or more Thanks Dave
|
|
||||
|
System.out.println(System.currentTimeMillis());
I don't think this is the best option though Dave. The code I gave you in your other thread works exactly as desired. I'm looking into making it recognise a 5 minute change at the moment..
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight] Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| System Wide Mouse/Keyboard Hook | Freaky Chris | Java Native Interface | 17 | 17-06-2009 06:06 PM |
| [SOLVED] mobile operating system | blackJava | Mobile Applications | 3 | 16-04-2009 07:44 PM |