MCPcopy Create free account
hub / github.com/AnthonyZabs/SimpleJavaLoginMD / run

Method run

src/com/login/Login.java:293–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 /* Create and display the form */
292 java.awt.EventQueue.invokeLater(new Runnable() {
293 public void run() {
294 new Login().setVisible(true);
295 }
296 });
297 }
298

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected