Search:

Type: Posts; User: Staticity

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,322

    [SOLVED] Re: Integrating a StopWatch?

    Found an easy method of doing it. Using System.currentTimeMillis();... Make two double variables to record the time. Subtract them and divide by 1000 to get the time. Thanks Junky for replying...
  2. Replies
    3
    Views
    1,322

    [SOLVED] Integrating a StopWatch?

    import java.util.Scanner;

    public class main {

    public static void main(String args[]){

    Scanner scan = new Scanner(System.in);

    System.out.println("This program is built to generate 2...
Results 1 to 2 of 2