Search:

Type: Posts; User: runkerr

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,540

    Re: Concern about use of });

    Thanks again for this comprehensive reply I will study it as soon as I get a chance

    However how does MyRunnable implements Runnable. is it like a function within a function

    As soon as I think...
  2. Replies
    10
    Views
    1,540

    Re: Concern about use of });

    Thanks

    The whole thing seems a bit advanced to me but when I go into it further I will remember this advice
  3. Replies
    10
    Views
    1,540

    Re: Concern about use of });

    Thanks

    How important is this SwingUtilities.invokeLater(...) method

    Is it used often in programs or can I get by without ever using it
  4. Replies
    10
    Views
    1,540

    Re: Concern about use of });

    This is what was written as copied from the tutorial. I am just concerned having to learn this on my own. I an absorbing things bit by bit

    thanks for your help


    import javax.swing.*;
    ...
  5. Replies
    10
    Views
    1,540

    Concern about use of });

    I am looking at some programs online and see that they close with

    }
    });
    }

    It looks strange to me to have

    });
Results 1 to 5 of 5