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

Method start

src/main/java/me/coley/recaf/ui/MainWindow.java:62–71  ·  view source on GitHub ↗
(Stage stage)

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public void start(Stage stage) throws Exception {
64 Platform.setImplicitExit(false);
65 // Set instances
66 window = this;
67 this.stage = stage;
68 stage.setOnCloseRequest(e -> controller.exit());
69 setup();
70 stage.show();
71 }
72
73 private void setup() {
74 if (OSUtil.getOSType() == OSUtil.MAC) {

Callers 6

getMethod · 0.95
JvmCreationPaneMethod · 0.80
computeStyleMethod · 0.80
runSupplyConsumerMethod · 0.80
LogClass · 0.80
jquery.min.jsFile · 0.80

Calls 3

setupMethod · 0.95
exitMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected