updateTimer.start();
}
private void createGUI() {
setLayout(new BorderLayout());
setGlassPane(new SimpleGlassPane("Click to unlock"));
addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {
Application.getInstance().quit(0);
}
});