Search:

Type: Posts; User: javapenguin

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,764

    Re: Button Won't Stop Animation.

    That's Java for you. #-o

    What was your code in there. Perhaps we, if not me since I'm bad at animation, others could figure out why it "Freezed!"
  2. Replies
    5
    Views
    1,764

    Re: Button Won't Stop Animation.

    Well, you're ActionListener appears to be blank.

    You could have

    public void actionPerformed(ActionEvent e)
    {

    if (e.getActionCommand().equals("Stop Animation"))
    {
    // get it to stop the...
Results 1 to 2 of 2