回答編集履歴
3
思いついたものを追加
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
button.setStyle(null); または
|
2
|
+
button.setStyle(""); または
|
1
3
|
button.setStyle("-fx-base:;"); または
|
2
4
|
button.setStyle("-fx-base: initial;");
|
3
5
|
でどうですか?
|
2
枕詞削除
answer
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
ボタンの色を変えるのが-fx-base:でよかったのかわかりませんが
|
2
|
-
|
3
1
|
button.setStyle("-fx-base:;"); または
|
4
2
|
button.setStyle("-fx-base: initial;");
|
5
3
|
でどうですか?
|
1
誤字
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
ボタンの色を変えるのが-fx-base:でよかったのかわかりませんが
|
2
2
|
|
3
|
-
button.setStyle("-fx-base:;");
|
3
|
+
button.setStyle("-fx-base:;"); または
|
4
4
|
button.setStyle("-fx-base: initial;");
|
5
5
|
でどうですか?
|