質問編集履歴
1
説明の不足
test
CHANGED
File without changes
|
test
CHANGED
@@ -134,7 +134,7 @@
|
|
134
134
|
|
135
135
|
public void start(Stage stage)throws Exception{
|
136
136
|
|
137
|
-
|
137
|
+
//ここから
|
138
138
|
|
139
139
|
File fl = new File(".");
|
140
140
|
|
@@ -150,7 +150,7 @@
|
|
150
150
|
|
151
151
|
ac = new Accordion();
|
152
152
|
|
153
|
-
|
153
|
+
|
154
154
|
|
155
155
|
for(int i = 0;i < fls.length;i++) {
|
156
156
|
|
@@ -162,6 +162,12 @@
|
|
162
162
|
|
163
163
|
}
|
164
164
|
|
165
|
+
//ここまでのコードを変えたいです
|
166
|
+
|
167
|
+
テキストファイルの内容をアコーディオンとして順列する方法が分かりません・・・
|
168
|
+
|
169
|
+
|
170
|
+
|
165
171
|
BorderPane bp = new BorderPane();
|
166
172
|
|
167
173
|
|