リビジョン 89092ba0
| src/com/torutk/tinymap/TinyMapApp.java | ||
|---|---|---|
|
Scene scene = new Scene(root);
|
||
|
|
||
|
stage.setScene(scene);
|
||
|
stage.setTitle("Tiny Map Viewer");
|
||
|
stage.show();
|
||
|
}
|
||
|
|
||
FXMLのレイアウトとコントローラへのバインディングを記述