デフォルトのテキストの色は黒で、背景も黒であるため、ProgressIndicator に添付されているテキスト ラベルの色を変更したいと考えています。
これまでのところ、私はこれを試しました:
ProgressIndicator pg = new ProgressIndicator(0);
pg.setStyle("-fx-foreground-color: #FF00000");
しかし、うまくいかないようでした。
注意すべき重要事項: Determinate-Mode で ProgressIndicator を使用します。