質問編集履歴

1

public static void main(String[] args) { Application.launch(args); }の追加

2018/08/08 07:49

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -98,7 +98,17 @@
98
98
 
99
99
  public class VBoxExample extends Application {
100
100
 
101
+   
101
102
 
103
+   public static void main(String[] args) {
104
+
105
+
106
+
107
+ Application.launch(args);
108
+
109
+ }
110
+
111
+  
102
112
 
103
113
  @Override
104
114