MCPcopy
hub / github.com/Col-E/Recaf / run

Method run

src/main/java/me/coley/recaf/control/gui/GuiController.java:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public void run() {
44 windows.setMainWindow(MainWindow.get(this));
45 super.run();
46 PluginKeybinds.getInstance().setup();
47 }
48
49
50 /**

Callers

nothing calls this directly

Calls 5

getMethod · 0.95
getInstanceMethod · 0.95
setMainWindowMethod · 0.80
runMethod · 0.65
setupMethod · 0.45

Tested by

no test coverage detected