MCPcopy Index your code
hub / github.com/processing/processing / main

Method main

app/src/processing/app/ui/Welcome.java:178–190  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

176
177
178 static public void main(String[] args) {
179 Platform.init();
180
181 EventQueue.invokeLater(new Runnable() {
182 public void run() {
183 try {
184 new Welcome(null, true);
185 } catch (IOException e) {
186 e.printStackTrace();
187 }
188 }
189 });
190 }
191}

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected