That is the end of a statement. Look at the SwingUtilities.invokeLater(...) method in the code.


new Runnable() {
public void run() {
createAndShowGUI();
}
}

Is the parameter for the...