Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,538

    Re: Concern about use of });

    MyRunnable is just a theoretical class that could exist. Created to show how invokeLater(); is just another method call, just another statement, and has to end with a ;
    The idea to grab is that the...
  2. Replies
    10
    Views
    1,538

    Re: Concern about use of });

    The ; just ends a statement. For examples:

    frame.pack();
    frame.setVisible(true);

    frame.pack() has no parameters.
    frame.setVisible(true) takes one parameter, a boolean, in this example, true....
Results 1 to 2 of 2