質問編集履歴

3

誤字

2016/11/29 09:02

投稿

GFC
GFC

スコア11

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
 
82
82
 
83
- public Window(String labelText,String _header) {
83
+ public Window(String labelText) {
84
84
 
85
85
  this.labelText = labelText;
86
86
 
@@ -106,7 +106,7 @@
106
106
 
107
107
 
108
108
 
109
- FXMLLoader fxmlLoader = new FXMLLoader(C_liberty.class.getResource("Window.fxml"));
109
+ FXMLLoader fxmlLoader = new FXMLLoader(.class.getResource("Window.fxml"));
110
110
 
111
111
  fxmlLoader.setRoot(this);
112
112
 

2

誤字

2016/11/29 09:02

投稿

GFC
GFC

スコア11

test CHANGED
File without changes
test CHANGED
@@ -52,13 +52,17 @@
52
52
 
53
53
 
54
54
 
55
+
56
+
57
+ ```
58
+
59
+ ```
60
+
55
61
  WindowController.java
56
62
 
57
63
  コード
58
64
 
59
- ```
60
65
 
61
- ```ここに言語を入力
62
66
 
63
67
  public class Window extends AnchorPane implements Initializable {
64
68
 

1

誤字

2016/11/19 09:14

投稿

GFC
GFC

スコア11

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```ここに言語を入力
6
6
 
7
- fxml.java
7
+ Window.fxml
8
8
 
9
9
  コード
10
10
 
@@ -102,7 +102,7 @@
102
102
 
103
103
 
104
104
 
105
- FXMLLoader fxmlLoader = new FXMLLoader(C_liberty.class.getResource("HeaderSearch.fxml"));
105
+ FXMLLoader fxmlLoader = new FXMLLoader(C_liberty.class.getResource("Window.fxml"));
106
106
 
107
107
  fxmlLoader.setRoot(this);
108
108