changed the file structure
This commit is contained in:
parent
b1c3582880
commit
6b23a757b6
70 changed files with 764 additions and 23 deletions
|
@ -12,12 +12,13 @@ import javafx.stage.Stage;
|
|||
public class App extends Application {
|
||||
|
||||
@Override
|
||||
|
||||
public void start(Stage stage) {
|
||||
var javaVersion = SystemInfo.javaVersion();
|
||||
var javafxVersion = SystemInfo.javafxVersion();
|
||||
|
||||
var label = new Label("Hello World");
|
||||
var scene = new Scene(new StackPane(label), 100, 100);
|
||||
var label = new Label("Hello, World");
|
||||
var scene = new Scene(new StackPane(label), 640, 480);
|
||||
stage.setScene(scene);
|
||||
stage.show();
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
module-info.class
|
||||
com\example\App.class
|
||||
com\example\SystemInfo.class
|
Loading…
Add table
Add a link
Reference in a new issue