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

Method run

core/src/processing/javafx/PSurfaceFX.java:374–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 //Frame frame = new DummyFrame();
373 new Thread(new Runnable() {
374 public void run() {
375 Application.launch(PApplicationFX.class);
376 }
377 }).start();
378
379 // wait for stage to be initialized on its own thread before continuing

Callers

nothing calls this directly

Calls 4

launchMethod · 0.45
showMethod · 0.45
requestFocusMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected