Search:

Type: Posts; User: Harlow777

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,801

    Re: Button question

    import javax.swing.*;

    import java.awt.*;
    import java.awt.event.*;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.Scanner;

    public class MicrowaveWindow extends...
  2. Replies
    3
    Views
    1,801

    Button question

    I have a button, start, that starts a countdown timer. While the timer is counting down the button stays pressed. I need to be able to press another button, stop, while the timer is counting down.
Results 1 to 2 of 2