MCPcopy Create free account
hub / github.com/darksolopic/PasswordManagerGUI / main

Method main

PasswordManagerGUI.java:181–183  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

179 }
180
181 public static void main(String[] args) {
182 SwingUtilities.invokeLater(PasswordManagerGUI::new);
183 }
184}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected