Search:

Type: Posts; User: Harry Blargle

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,000

    Re: problem with invokeLater and repaint

    With the while loop on the EDT it blocks that whole thread preventing updating and it worked before because they were seperate threads then, right?
  2. Replies
    5
    Views
    2,000

    Re: problem with invokeLater and repaint

    package Test;

    import java.awt.*;
    import javax.swing.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import javax.swing.event.*;

    public class TestWindow
    {
  3. Replies
    5
    Views
    2,000

    problem with invokeLater and repaint

    I have a weird problem with my gui. I read on the internet that you should use invokeLater to start swing stuff so I thought I'd give it a try. But when in run the gui with it, it just shows a blank...
Results 1 to 3 of 3