Can anyone have shining progressbar component for java swing application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You don’t need a different progress bar, but rather a different look for the progress bar.
The look of Swing widgets is determined by the Pluggable Look&Feel (PLAF), so you just have to find a PLAF that renders the progress bar with a glossy/shiny style.
A selection of PLAFs can be found here:
Best Java Swing Look and Feel Themes | Top 10
If none of those fulfill your needs, it’s quite easy to subclass an existing PLAF and exchange for example only the ProgressBarUI.