質問編集履歴
5
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,9 +22,7 @@
|
|
22
22
|
|
23
23
|
![イメージ説明](d6610151cf955857e752559ede7fbf8c.png)
|
24
24
|
|
25
|
-
さらにGluonバージョンも追記。↓
|
26
25
|
|
27
|
-
![イメージ説明](ea5a779668ebe7a63f55e4978d73c060.png)
|
28
26
|
|
29
27
|
### 補足情報(FW/ツールのバージョンなど)
|
30
28
|
|
4
情報追記
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Eclipse SceneBuilderの連携
|
1
|
+
Eclipse SceneBuilderの連携ができない
|
test
CHANGED
@@ -22,7 +22,9 @@
|
|
22
22
|
|
23
23
|
![イメージ説明](d6610151cf955857e752559ede7fbf8c.png)
|
24
24
|
|
25
|
+
さらにGluonバージョンも追記。↓
|
25
26
|
|
27
|
+
![イメージ説明](ea5a779668ebe7a63f55e4978d73c060.png)
|
26
28
|
|
27
29
|
### 補足情報(FW/ツールのバージョンなど)
|
28
30
|
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,79 +12,17 @@
|
|
12
12
|
|
13
13
|
![イメージ説明](bec86da847c625453320a51b3e4a6391.png)
|
14
14
|
|
15
|
-
|
15
|
+
###試したこと・追記
|
16
16
|
|
17
|
+
再度、javaFX Scene Builder 2.0をダウンロードし直した。その後、Eclipseの設定->JavaFxで絶対パスをインストール先のデフォルトに
|
18
|
+
|
19
|
+
変更→:C:\Program Files (x86)\Oracle\JavaFX Scene Builder 2.0。設定->一般->エディター->ファイルの関連づけ->.*fxmlを外部コンテンツと関連付け。
|
20
|
+
|
17
|
-
|
21
|
+
JavaFxprojectからform.fxmlを右クリックしてSceneBuilderを開く。↓
|
22
|
+
|
23
|
+
![イメージ説明](d6610151cf955857e752559ede7fbf8c.png)
|
18
24
|
|
19
25
|
|
20
|
-
|
21
|
-
public class FormController {
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
26
|
-
|
27
|
-
```
|
28
|
-
|
29
|
-
```fxml
|
30
|
-
|
31
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
<?import javafx.scene.layout.AnchorPane?>
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.FormController">
|
40
|
-
|
41
|
-
<!-- TODO Add Nodes -->
|
42
|
-
|
43
|
-
</AnchorPane>
|
44
|
-
|
45
|
-
```
|
46
|
-
|
47
|
-
###エラー
|
48
|
-
|
49
|
-
無理矢理実行して見ました。関係あるかわかりませんが、
|
50
|
-
|
51
|
-
```
|
52
|
-
|
53
|
-
java.lang.NullPointerException: Location is required.
|
54
|
-
|
55
|
-
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3207)
|
56
|
-
|
57
|
-
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3175)
|
58
|
-
|
59
|
-
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3148)
|
60
|
-
|
61
|
-
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3124)
|
62
|
-
|
63
|
-
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3104)
|
64
|
-
|
65
|
-
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:3097)
|
66
|
-
|
67
|
-
at application.Main.start(Main.java:14)
|
68
|
-
|
69
|
-
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863)
|
70
|
-
|
71
|
-
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326)
|
72
|
-
|
73
|
-
at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
|
74
|
-
|
75
|
-
at java.security.AccessController.doPrivileged(Native Method)
|
76
|
-
|
77
|
-
at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
|
78
|
-
|
79
|
-
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
|
80
|
-
|
81
|
-
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
|
82
|
-
|
83
|
-
at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
|
84
|
-
|
85
|
-
at java.lang.Thread.run(Thread.java:748)
|
86
|
-
|
87
|
-
```
|
88
26
|
|
89
27
|
### 補足情報(FW/ツールのバージョンなど)
|
90
28
|
|
2
情報追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,6 +12,80 @@
|
|
12
12
|
|
13
13
|
![イメージ説明](bec86da847c625453320a51b3e4a6391.png)
|
14
14
|
|
15
|
+
```java
|
16
|
+
|
17
|
+
package application;
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
public class FormController {
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
}
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
```fxml
|
30
|
+
|
31
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
<?import javafx.scene.layout.AnchorPane?>
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
<AnchorPane xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.FormController">
|
40
|
+
|
41
|
+
<!-- TODO Add Nodes -->
|
42
|
+
|
43
|
+
</AnchorPane>
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
###エラー
|
48
|
+
|
49
|
+
無理矢理実行して見ました。関係あるかわかりませんが、
|
50
|
+
|
51
|
+
```
|
52
|
+
|
53
|
+
java.lang.NullPointerException: Location is required.
|
54
|
+
|
55
|
+
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3207)
|
56
|
+
|
57
|
+
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3175)
|
58
|
+
|
59
|
+
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3148)
|
60
|
+
|
61
|
+
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3124)
|
62
|
+
|
63
|
+
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3104)
|
64
|
+
|
65
|
+
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:3097)
|
66
|
+
|
67
|
+
at application.Main.start(Main.java:14)
|
68
|
+
|
69
|
+
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863)
|
70
|
+
|
71
|
+
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326)
|
72
|
+
|
73
|
+
at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
|
74
|
+
|
75
|
+
at java.security.AccessController.doPrivileged(Native Method)
|
76
|
+
|
77
|
+
at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
|
78
|
+
|
79
|
+
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
|
80
|
+
|
81
|
+
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
|
82
|
+
|
83
|
+
at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177)
|
84
|
+
|
85
|
+
at java.lang.Thread.run(Thread.java:748)
|
86
|
+
|
87
|
+
```
|
88
|
+
|
15
89
|
### 補足情報(FW/ツールのバージョンなど)
|
16
90
|
|
17
91
|
Eclipse: Version: Photon Release (4.8.0)
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
環境設定ですでにjavaFXとSceneBuilderを適用済み。
|
10
10
|
|
11
|
-
Eclipseの新規作成にてjavaFXのプロジェクトを作成し、その後言語をFXMLにしてファイルをForm.fxml、FormContoller.javaを作成した。Form.fxmlを右クリックしてSceneBuilderで開くを押しても反応し
|
11
|
+
Eclipseの新規作成にてjavaFXのプロジェクトを作成し、その後言語をFXMLにしてファイルをForm.fxml、FormContoller.javaを作成しました。Form.fxmlを右クリックしてSceneBuilderで開くを押しても反応しません。よろしくお願いします。
|
12
12
|
|
13
13
|
![イメージ説明](bec86da847c625453320a51b3e4a6391.png)
|
14
14
|
|