Search:

Type: Posts; User: ygeva

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,731

    Re: Problem with Animation and Button Action

    Threads. Alright, thanks. Haven't got there yet in the book, so it will take me some time. Again - thanks! :)
  2. Replies
    8
    Views
    1,731

    Re: Problem with Animation and Button Action

    Alright. I have added comments to the code to explain the logic to it (See above).
    As I have explained - when the animation runs automatically (with no buttons involved) it runs great. But when I...
  3. Replies
    8
    Views
    1,731

    Re: Problem with Animation and Button Action

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.Dimension;
    import java.applet.AudioClip;
    import...
  4. Replies
    8
    Views
    1,731

    Re: Problem with Animation and Button Action

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.Dimension;
    import java.applet.AudioClip;
    import...
  5. Replies
    8
    Views
    1,731

    Problem with Animation and Button Action

    Hello all,

    I'm new to this forum and to Java programming as well.

    I've been trying to write down a code that run a simple animation of a ball on the screen (code is added below).

    The ball...
Results 1 to 5 of 6