Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8155443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:40:14+00:00 2026-06-06T16:40:14+00:00

I like ProgressIndicator, except I’d like to change it’s color and circle width. Is

  • 0

I like ProgressIndicator, except I’d like to change it’s color and circle width. Is it possible (with css or without)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:40:15+00:00Added an answer on June 6, 2026 at 4:40 pm

    Of course, it’s very easy.

    You can find all related methods and styles in doc:

    • API: http://docs.oracle.com/javafx/2/api/index.html?overview-summary.html
    • CSS: http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#progressindicator

      public class HelloProgressIndicator extends Application {
      
       public static void main(String[] args) {
          launch(args);
       }
      
       @Override
       public void start(Stage stage) throws Exception {
      
          Pane root = new Pane();
          Scene scene = new Scene(root, 200, 200);
      
          ProgressIndicator pi = new ProgressIndicator(.314);
          // changing color with css
          pi.setStyle(" -fx-progress-color: red;");
          // changing size without css
          pi.setMinWidth(150);
          pi.setMinHeight(150);
      
          root.getChildren().add(pi);
      
      
          stage.setScene(scene);
          stage.show();
       }
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Like in topic. It is possible to do it? Or make something to use
Like i sayed in the title, i need to build an array and change
I would like to perform a progress indicator during request. I have try function
Like setFont(QFont(Helvetica,16,1)) ,I want to summerize these fonts.However,I dont't know how many fonts there
Like the title says I'm having some trouble printing out symbol codes and their
Like many others Knockout developers before me, I encountered a slow running script warning
Like lots of askers on SO, I'm relatively new to java and have attempted
Like the title says, I'm wondering if the use of WebClient is the proper
Like a person asked here (but his solutions as to call a nother function)
Like this one? http://weblogs.asp.net/dwahlin/archive/2007/09/09/c-3-0-features-object-initializers.aspx Person p = new Person() { FirstName = John, LastName

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.