Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    5,344

    Re: Make A Text Blinking Effect

    You can make it as complicated as you want, for real or in your imagination, and achieving the blinking effect boils down the same, relatively simple bit of code: a timer that triggers an...
  2. Replies
    6
    Views
    5,344

    Re: Make A Text Blinking Effect

    Some thoughts after looking at your actionPerformed() method:

    1. 'change' will always be true at the beginning of the body of the method. consider using the ternary operator to flip change's...
Results 1 to 2 of 2