MCPcopy Create free account
hub / github.com/SimHacker/micropolis / main

Method main

micropolis-java/src/micropolisj/Main.java:24–30  ·  view source on GitHub ↗
(String [] args)

Source from the content-addressed store, hash-verified

22 }
23
24 public static void main(String [] args)
25 {
26 SwingUtilities.invokeLater(new Runnable() {
27 public void run() {
28 createAndShowGUI();
29 }});
30 }
31}

Callers 8

test.pyFile · 0.45
runFunction · 0.45
runFunction · 0.45
cellwindow.pyFile · 0.45
mainFunction · 0.45
tilewindow.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected