Search:

Type: Posts; User: GregBrannon

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    2,036

    Re: problem with invokeLater and repaint

    You've actually created an interesting demo that shows some of the important differences that occur when starting a Swing app the right and wrong ways. You've essentially summarized why the right...
  2. Replies
    5
    Views
    2,036

    Re: problem with invokeLater and repaint

    It should become less of a mystery if you read up on Swing, the EDT, and how drawing/updating is done. Consider what the while(true) loop is doing as you study.
Results 1 to 2 of 2