MCPcopy Create free account
hub / github.com/Truphone/LPAdesktop / run

Method run

src/main/java/com/truphone/lpap/WaitingDialog.java:105–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 /* Create and display the dialog */
104 java.awt.EventQueue.invokeLater(new Runnable() {
105 public void run() {
106 WaitingDialog dialog = new WaitingDialog(new javax.swing.JFrame(), true);
107 dialog.addWindowListener(new java.awt.event.WindowAdapter() {
108 @Override
109 public void windowClosing(java.awt.event.WindowEvent e) {
110 System.exit(0);
111 }
112 });
113 dialog.setVisible(true);
114 }
115 });
116 }
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected