MCPcopy Create free account
hub / github.com/Hakky54/java-tutorials / start

Method start

trust-me/src/main/java/nl/altindag/ssl/trustme/App.java:51–61  ·  view source on GitHub ↗
(Stage stage)

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public void start(Stage stage) {
53 Scene scene = new Scene(root);
54 stage.setTitle(TITLE);
55 stage.setScene(scene);
56 stage.setWidth(500);
57 stage.setHeight(400);
58 stage.setResizable(false);
59
60 stage.show();
61 }
62
63 @Override
64 public void stop() {

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected