Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Re: Problem visualize Jframe contents during the execution of an ActionPerformed

    Ah, never mind, turns out I was wasting my time.

    http://www.java-forums.org/awt-swing/57455-problem-visualize-jframe-contents-during-execution-actionperformed.html
  2. Re: Problem visualize Jframe contents during the execution of an ActionPerformed

    Sounds like you're blocking the EDT with a while(true) or a long-running task. Instead, use a separate Thread or a Swing Timer.
Results 1 to 2 of 2