Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
run
Function · 0.45
run
Function · 0.45
cellwindow.py
File · 0.45
main
Function · 0.45
tilewindow.py
File · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected