Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: How can I place a pause between repaints when handling a button event?

    And maybe no spaces (in code tags). I only know how to do them right, so I'm always surprised at the number of ways they can be done wrong.

    Glad that you got it working and are learning something...
  2. Re: How can I place a pause between repaints when handling a button event?

    No, don't sleep the thread in a Swing application. Use a javax.swing.Timer to do most kinds of animation, including changing component colors.

    The 'Java' in your code tags should not be...
Results 1 to 2 of 2