Search:

Type: Posts; User: bbr201

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,933

    Re: quick question - new keyword

    Whoops, I wasn't aware that Runnable was an interface that defined only one method. This leads me to another question:

    What happens when you try to instantiate an interface? Does it create an...
  2. Replies
    2
    Views
    1,933

    quick question - new keyword

    hi all, quick question here. dont recall seeing this in suns java tutorial.




    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    new SwingDemo();
    }
    });
Results 1 to 2 of 2