Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    1,787

    Re: It works!!! eureka!!! Java...Day 12.

    Indeed. I should have been more clear...thanks for the clarification
  2. Replies
    18
    Views
    1,787

    Re: It works!!! eureka!!! Java...Day 12.

    This is exactly the problem.

    As for the string equals, if you receive errors post the code (preferably as an SSCCE). String is a member of the java.lang package, which is a default import. You...
  3. Replies
    18
    Views
    1,787

    Re: It works!!! eureka!!! Java...Day 12.

    Thanks for posting the code you got working.


    A few points. If you are trying to perform animation, it should not be done within the paint method. Use a Timer (see How to Use Swing Timers (The...
Results 1 to 3 of 3