teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

3

思いついたものを追加

2018/03/23 05:19

投稿

XCUBE
XCUBE

スコア101

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

枕詞削除

2018/03/23 05:19

投稿

XCUBE
XCUBE

スコア101

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

誤字

2018/03/23 05:15

投稿

XCUBE
XCUBE

スコア101

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
  でどうですか?